##// 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 font-size: 10px;
2786 font-size: 10px;
2787 font-weight: bold;
2787 font-weight: bold;
2788 color: #ffffff;
2788 color: #ffffff;
2789 text-transform: uppercase;
2790 white-space: nowrap;
2789 white-space: nowrap;
2791 -webkit-border-radius: 3px;
2790 -webkit-border-radius: 3px;
2792 -moz-border-radius: 3px;
2791 -moz-border-radius: 3px;
@@ -2805,7 +2804,6 b' h3.files_location {'
2805 font-size: 10px;
2804 font-size: 10px;
2806 font-weight: bold;
2805 font-weight: bold;
2807 color: #ffffff;
2806 color: #ffffff;
2808 text-transform: uppercase;
2809 white-space: nowrap;
2807 white-space: nowrap;
2810 -webkit-border-radius: 3px;
2808 -webkit-border-radius: 3px;
2811 -moz-border-radius: 3px;
2809 -moz-border-radius: 3px;
@@ -3329,7 +3327,6 b' table.code-browser .submodule-dir {'
3329 border: medium none;
3327 border: medium none;
3330 color: #FFF;
3328 color: #FFF;
3331 float: left;
3329 float: left;
3332 text-transform: uppercase;
3333 font-weight: 700;
3330 font-weight: 700;
3334 font-size: 14px;
3331 font-size: 14px;
3335 margin: 0;
3332 margin: 0;
General Comments 0
You need to be logged in to leave comments. Login now