From: Michael Orlitzky Date: Sat, 3 Oct 2009 19:26:29 +0000 (-0400) Subject: Added a style for the element. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=3cbb8eb8dbfa4891e4251b3520cf3029b59ebb34 Added a style for the element. --- diff --git a/doc/project_overview/common.css b/doc/project_overview/common.css index eecf6ab..21804db 100644 --- a/doc/project_overview/common.css +++ b/doc/project_overview/common.css @@ -57,6 +57,11 @@ ol { } +strong { + font-weight: bold; +} + + ul { list-style-type: square; }