From 3cbb8eb8dbfa4891e4251b3520cf3029b59ebb34 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 3 Oct 2009 15:26:29 -0400 Subject: [PATCH] Added a style for the element. --- doc/project_overview/common.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 2.43.2