Selaa lähdekoodia

Add some styling for FAQ like lists.

[SVN r29753]
Rene Rivera 21 vuotta sitten
vanhempi
sitoutus
a122d8bb06
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      more/css_0/common.css

+ 7 - 0
more/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;

粤ICP备19079148号