Change reset.css so that <b> tags work.

Line 62 did not include b tag so these tags did not bold text.
This commit is contained in:
Bruce Bowden 2013-01-07 16:20:39 +11:00
parent 5779d770dc
commit 113404e361
1 changed files with 1 additions and 1 deletions

View File

@ -59,4 +59,4 @@ a:hover, a:active {outline: none;}
ol {list-style-type:decimal;}
ul li {list-style-type:none;}
nav ul, nav li {margin:0; list-style:none; list-style-image:none;}
strong, th {font-weight:bold;}
strong, b, th {font-weight:bold;}