##// END OF EJS Templates
Made panels a bit more contrast
neko259 -
r844:fcbe0b84 default
parent child Browse files
Show More
@@ -102,14 +102,14 b' body {'
102 }
102 }
103
103
104 .header {
104 .header {
105 border-bottom: solid 2px #888;
105 border-bottom: solid 2px #ccc;
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 2px #888;
112 border-top: solid 2px #ccc;
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