]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Added a style for the <strong> element.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 3 Oct 2009 19:26:29 +0000 (15:26 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 3 Oct 2009 19:26:29 +0000 (15:26 -0400)
doc/project_overview/common.css

index eecf6abb0259009de8fc223275f0f66253c54c5a..21804dbd66c2a8c5980acb779cde843981556b03 100644 (file)
@@ -57,6 +57,11 @@ ol {
 }
 
 
+strong {
+  font-weight: bold;
+}
+
+
 ul {
   list-style-type: square;
 }