Strong tags in the docs should be bold.

This commit is contained in:
Chris Eppstein 2011-05-28 02:11:30 -07:00
parent 9992a18a72
commit e31e62bdd9

View File

@ -29,7 +29,8 @@
ul { list-style: none; margin-bottom: 1em;} ul { list-style: none; margin-bottom: 1em;}
h2 { line-height: 1.3em; margin-top: 0; padding-top: 3px;} h2 { line-height: 1.3em; margin-top: 0; padding-top: 3px;}
} }
em { font-style: italic; } em { font-style: italic; }
strong { font-weight: bold; }
#page > article { #page > article {
ul ul { padding-left: 1em; } ul ul { padding-left: 1em; }