Browse Source

Tweaked some CSS display.

John Resig 16 years ago
parent
commit
2f12704ef8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dep/web/application.css

+ 2 - 2
dep/web/application.css

@@ -104,10 +104,10 @@ h2 div.bar { font-size: 10px; width: 275px; top: -2px; right: 1%; }
 h2 input { position: absolute; top: 0px; right: 300px; }
 
 ul#tests { clear:both;width:420px;margin:0 auto;text-align:left; padding: 10px; list-style: none; }
-#tests b { background: #c7331d; color: #000; display: block; padding: 4px 0 4px 4px; margin-left: -20px; margin-bottom: 5px; font-size: 1.1em; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
+#tests b { background: #c7331d; color: #000; display: block; padding: 4px 0 4px 4px; margin-left: -20px; margin-bottom: 5px; font-size: 1.1em; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: normal; }
 #tests b.recommended { background: #58bd79; }
 #tests a:first-of-type { font-size: 1.2em; }
-#tests b a { color: #000; }
+#tests b a { font-weight: bold; color: #000; }
 #tests li { padding-left: 10px; padding-bottom: 5px; }
 
 #overview { position: relative; }