summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:37:02 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:37:02 +0200
commite08e8e9a3209797c216a35e9312e85498c968051 (patch)
treebc3a8d9448149d675e5350bdcd1d2941142ce0a3 /css
parentCSS fix (diff)
downloadgitjoe-www-e08e8e9a3209797c216a35e9312e85498c968051.tar.gz
gitjoe-www-e08e8e9a3209797c216a35e9312e85498c968051.tar.bz2
gitjoe-www-e08e8e9a3209797c216a35e9312e85498c968051.tar.xz
gitjoe-www-e08e8e9a3209797c216a35e9312e85498c968051.tar.zst
gitjoe-www-e08e8e9a3209797c216a35e9312e85498c968051.zip
CSS test
Diffstat (limited to 'css')
-rw-r--r--css/gitjoe.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index 6c2d624..a89b185 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -19,6 +19,10 @@ body {
background-color: #f5f5f5;
position: relative;
min-height: 100%;
+ padding: 5pt 0 5pt 0;
+ padding-bottom: 2.5rem;
+ margin-left: 10%;
+ margin-right: 20%;
}
header {
@@ -71,13 +75,6 @@ div#content tr:hover {
background-color: #d1e2f4;
}
-div.body-contents {
- padding: 5pt 0 5pt 0;
- padding-bottom: 2.5rem;
- margin-left: 10%;
- margin-right: 20%;
-}
-
div.body-contents h1 {
font-size: 140%;
font-weight: bold;