summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:46:15 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:46:15 +0200
commit1d5b23567590241f0396ba379a8c7ffbca0e7105 (patch)
treec4b8333892b4840cbe555b0dcc6c47029174a00e /css
parentRetest (diff)
downloadgitjoe-www-1d5b23567590241f0396ba379a8c7ffbca0e7105.tar.gz
gitjoe-www-1d5b23567590241f0396ba379a8c7ffbca0e7105.tar.bz2
gitjoe-www-1d5b23567590241f0396ba379a8c7ffbca0e7105.tar.xz
gitjoe-www-1d5b23567590241f0396ba379a8c7ffbca0e7105.tar.zst
gitjoe-www-1d5b23567590241f0396ba379a8c7ffbca0e7105.zip
Test
Diffstat (limited to 'css')
-rw-r--r--css/gitjoe.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index f1542b0..43eb4e8 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -43,7 +43,8 @@ div#content {
}
hr {
- border: 1px solid #999;
+ border-top: 1px solid #999;
+ border-bottom: 0px;
margin-left: 5%;
margin-right: 5%;
}