diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:44:25 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:44:25 +0200 | 
| commit | 83a678fee381f5d51f45c8139c837c6805dee9c7 (patch) | |
| tree | 14b8709f5485091a10c3015f5ceae836c40c01c3 /css | |
| parent | CSS test (diff) | |
| download | gitjoe-www-83a678fee381f5d51f45c8139c837c6805dee9c7.tar.gz gitjoe-www-83a678fee381f5d51f45c8139c837c6805dee9c7.tar.bz2 gitjoe-www-83a678fee381f5d51f45c8139c837c6805dee9c7.tar.xz gitjoe-www-83a678fee381f5d51f45c8139c837c6805dee9c7.tar.zst gitjoe-www-83a678fee381f5d51f45c8139c837c6805dee9c7.zip | |
Another CSS test
Diffstat (limited to 'css')
| -rw-r--r-- | css/gitjoe.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/css/gitjoe.css b/css/gitjoe.css index a96807e..2bb24e9 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -43,7 +43,7 @@ div#content {  }  hr { -	background-color: #999; +	border-top: 1px solid #999;  	margin-left: 5%;  	margin-right: 5%;  } | 
