diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:45:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:45:38 +0200 |
commit | 000affacbd395e7d674a217b09ed5734b426bd73 (patch) | |
tree | d64b4851d27653602ea013b6955fe16c8b45b2d5 /css/gitjoe.css | |
parent | Another CSS test (diff) | |
download | gitjoe-www-000affacbd395e7d674a217b09ed5734b426bd73.tar.gz gitjoe-www-000affacbd395e7d674a217b09ed5734b426bd73.tar.bz2 gitjoe-www-000affacbd395e7d674a217b09ed5734b426bd73.tar.xz gitjoe-www-000affacbd395e7d674a217b09ed5734b426bd73.tar.zst gitjoe-www-000affacbd395e7d674a217b09ed5734b426bd73.zip |
Retest
Diffstat (limited to '')
-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 2bb24e9..f1542b0 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -43,7 +43,7 @@ div#content { } hr { - border-top: 1px solid #999; + border: 1px solid #999; margin-left: 5%; margin-right: 5%; } |