]> git.openstreetmap.org Git - rails.git/commitdiff
Remove redundant CSS rule - table headings are already bold
authorTom Hughes <tom@compton.nu>
Thu, 24 Jan 2013 14:31:14 +0000 (14:31 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 24 Jan 2013 14:31:14 +0000 (14:31 +0000)
app/assets/stylesheets/common.css.scss

index 4d0688fa2159531a0382d32496043b9b1d1c83ec..db14033a5dd94b036942b8b42eef1d8634881dc3 100644 (file)
@@ -1593,10 +1593,6 @@ a.button.submit {
       padding: 0px 15px 0px 0px !important;
     }
 
-    table > thead th {
-      font-weight: bold;
-    }
-
     td {
       font-family: fixed;
       line-height: 16px;