Merge pull request #23 from bbowden/patch-2

Change reset.css so that <b> tags work.
This commit is contained in:
Paul 2013-01-21 15:37:56 -08:00
commit 41ed839712
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;}