From 6b3cab8be195220d7433dd795be42fe727059f2d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Aug 2017 21:36:42 +0200 Subject: Remove contact menu from sidebar Not a good idea on mobile, or shorter screens --- static/css/hyde.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'static/css/hyde.css') 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; } -- cgit 1.4.1