changeset 6505:56bce741176f

css: tighten selector to prevent double shadow on changelog page
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 16 Feb 2017 15:48:34 +0100
parents a90acf3a1422
children 8d57723ffc30
files kallithea/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Feb 16 15:40:04 2017 +0100
+++ b/kallithea/public/css/style.css	Thu Feb 16 15:48:34 2017 +0100
@@ -507,7 +507,7 @@
 }
 
 #content nav.navbar,
-div.panel {
+#main > div.panel {
     clear: both;
     background: #fff;
     margin: 0 0 10px;