diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/gitjoe.css | 11 |
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; |