diff options
author | Alan Pearce | 2018-06-05 22:26:26 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-05 22:26:26 +0200 |
commit | 61b24805867fc6d2aa67ede189d43faf86220ad4 (patch) | |
tree | aef7477e35e6f2d0240052a82309bc4522e105a7 /static/css/hyde.css | |
parent | 2bc23a28620d3262516634cfcf5b0dbc575f6449 (diff) | |
parent | 6b3cab8be195220d7433dd795be42fe727059f2d (diff) | |
download | hyde-61b24805867fc6d2aa67ede189d43faf86220ad4.tar.lz hyde-61b24805867fc6d2aa67ede189d43faf86220ad4.tar.zst hyde-61b24805867fc6d2aa67ede189d43faf86220ad4.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'static/css/hyde.css')
-rw-r--r-- | static/css/hyde.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index cad1095..0816c69 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -98,13 +98,8 @@ code,pre { border-radius: 50%; } -.contact-head { - color: #fff; - margin-bottom: 0; -} - /* Sidebar nav */ -.sidebar-nav, .contact-list { +.sidebar-nav { padding-left: 0; list-style: none; } |