Changeset - 56bce741176f
[Not reviewed]
default
0 1 0
Søren Løvborg - 9 years ago 2017-02-16 15:48:34
sorenl@unity3d.com
css: tighten selector to prevent double shadow on changelog page
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -504,13 +504,13 @@ nav.navbar #quick .repo_switcher_type {
 

	
 
#content #right {
 
    margin: 0 60px 10px 290px;
 
}
 

	
 
#content nav.navbar,
 
div.panel {
 
#main > div.panel {
 
    clear: both;
 
    background: #fff;
 
    margin: 0 0 10px;
 
    padding: 0 0 10px;
 
    border-radius: 4px 4px 4px 4px;
 
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
0 comments (0 inline, 0 general)