##// END OF EJS Templates
css: one do not just uppercase case sensitive identifiers
Mads Kiilerich -
r3191:875b417b beta
parent child Browse files
Show More
@@ -2786,7 +2786,6 b' h3.files_location {'
2786 2786 font-size: 10px;
2787 2787 font-weight: bold;
2788 2788 color: #ffffff;
2789 text-transform: uppercase;
2790 2789 white-space: nowrap;
2791 2790 -webkit-border-radius: 3px;
2792 2791 -moz-border-radius: 3px;
@@ -2805,7 +2804,6 b' h3.files_location {'
2805 2804 font-size: 10px;
2806 2805 font-weight: bold;
2807 2806 color: #ffffff;
2808 text-transform: uppercase;
2809 2807 white-space: nowrap;
2810 2808 -webkit-border-radius: 3px;
2811 2809 -moz-border-radius: 3px;
@@ -3329,7 +3327,6 b' table.code-browser .submodule-dir {'
3329 3327 border: medium none;
3330 3328 color: #FFF;
3331 3329 float: left;
3332 text-transform: uppercase;
3333 3330 font-weight: 700;
3334 3331 font-size: 14px;
3335 3332 margin: 0;
General Comments 0
You need to be logged in to leave comments. Login now