diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:42:48 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:42:48 +0200 | 
| commit | 45a2643220b17643eebfd5fb8899fd12618909fa (patch) | |
| tree | 050321c18c1e5e38ac87f52a7c9229ec0f8efba0 /css | |
| parent | CSS update (diff) | |
| download | gitjoe-www-45a2643220b17643eebfd5fb8899fd12618909fa.tar.gz gitjoe-www-45a2643220b17643eebfd5fb8899fd12618909fa.tar.bz2 gitjoe-www-45a2643220b17643eebfd5fb8899fd12618909fa.tar.xz gitjoe-www-45a2643220b17643eebfd5fb8899fd12618909fa.tar.zst gitjoe-www-45a2643220b17643eebfd5fb8899fd12618909fa.zip | |
CSS test
Diffstat (limited to 'css')
| -rw-r--r-- | css/gitjoe.css | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/css/gitjoe.css b/css/gitjoe.css index 7284a7b..a96807e 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -31,18 +31,21 @@ header {  }  table { -	width: 95%; +	margin-left: 5%; +	margin-right: 5%;  }  div#content {  	padding: 5pt 0 5pt 0;  	padding-bottom: 2.5rem; -	width: 95%; +	margin-left: 5%; +	margin-right: 5%;  }  hr { -	width: 95%; -	color: #999; +	background-color: #999; +	margin-left: 5%; +	margin-right: 5%;  }  h1 { | 
