From 78ecab4a6b8f8a57a44a60578cb3933d1d639a83 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 23 Jun 2005 15:19:18 +0000 Subject: [PATCH] Add some styling for FAQ like lists. [SVN r29753] --- css_0/common.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css_0/common.css b/css_0/common.css index 6af6624..7855eeb 100644 --- a/css_0/common.css +++ b/css_0/common.css @@ -138,6 +138,13 @@ a:hover { display: block; margin: 0em 0em 0.5em 0em; } +.section-body .faq dt { + color: #005080; + font-weight: bold; +} +.section-body .faq dd { + margin: 0em 0em 1em 0em; +} /* Section headings, all use the same stream op indicator style. */ #content h1, #content h2 { padding-left: 24px;