##// END OF EJS Templates
Updated panels color in MD theme
neko259 -
r843:85bb7c1d default
parent child Browse files
Show More
@@ -67,7 +67,7 b' body {'
67 }
67 }
68
68
69 .navigation_panel, .tag_info {
69 .navigation_panel, .tag_info {
70 background: #444;
70 background: #222;
71 margin-bottom: 5px;
71 margin-bottom: 5px;
72 margin-top: 5px;
72 margin-top: 5px;
73 padding: 10px;
73 padding: 10px;
@@ -102,14 +102,14 b' body {'
102 }
102 }
103
103
104 .header {
104 .header {
105 border-bottom: solid 1px #888;
105 border-bottom: solid 2px #888;
106 margin-bottom: 5px;
106 margin-bottom: 5px;
107 border-top: none;
107 border-top: none;
108 margin-top: 0;
108 margin-top: 0;
109 }
109 }
110
110
111 .footer {
111 .footer {
112 border-top: solid 1px #888;
112 border-top: solid 2px #888;
113 margin-top: 5px;
113 margin-top: 5px;
114 border-bottom: none;
114 border-bottom: none;
115 margin-bottom: 0;
115 margin-bottom: 0;
General Comments 0
You need to be logged in to leave comments. Login now