diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:37:02 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:37:02 +0200 | 
| commit | e08e8e9a3209797c216a35e9312e85498c968051 (patch) | |
| tree | bc3a8d9448149d675e5350bdcd1d2941142ce0a3 | |
| parent | CSS fix (diff) | |
| download | gitjoe-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
| -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; | 
