# HG changeset patch # User Søren Løvborg # Date 1487256514 -3600 # Node ID 56bce741176f8ba27450647e4df618b2fbcaad3b # Parent a90acf3a1422e95e6b5a86a42815ec7e25f0e6d9 css: tighten selector to prevent double shadow on changelog page diff -r a90acf3a1422 -r 56bce741176f kallithea/public/css/style.css --- 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;