##// END OF EJS Templates
css: Fix background and border color for panel-danger, panel-... classes.
Martin Bornhold -
r300:dbd5f438 default
parent child Browse files
Show More
@@ -6,7 +6,6 b''
6 6
7 7 width: 100%;
8 8 margin: 0 0 25px 0;
9 border-color: @grey5;
10 9 .border-radius(@border-radius);
11 10 .box-shadow(none);
12 11
@@ -23,7 +22,6 b''
23 22 position: relative;
24 23 min-height: 1em;
25 24 padding: @padding @panel-padding;
26 background-color: @grey6;
27 25 border-bottom: none;
28 26
29 27 .panel-title,
General Comments 0
You need to be logged in to leave comments. Login now