diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-25 20:21:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-25 20:21:51 +0200 |
commit | 7681a49af56c686454aecf84a29ba20c646b2048 (patch) | |
tree | f4fb8ef72454a7ae3e4ba3ac84bc23369f782a56 /css | |
parent | error pages yay (diff) | |
download | gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.gz gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.bz2 gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.xz gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.zst gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.zip |
Err fix
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index 85570ed..7e9bc24 100644 --- a/css/site.css +++ b/css/site.css @@ -128,6 +128,10 @@ div.sidebar ul { list-style: square; } +div.sidebar hr { + border-top: none; +} + div.sidebar { float: right; background-color: #eee4e4; |