Просмотр исходного кода

Change FAQ to an inline style, which Beman prefers.

[SVN r29787]
Rene Rivera 21 лет назад
Родитель
Сommit
86bc6dfb1f
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      more/css_0/common.css

+ 5 - 3
more/css_0/common.css

@@ -138,12 +138,14 @@ a:hover {
   display: block;
   margin: 0em 0em 0.5em 0em;
 }
-.section-body .faq dt {
+.section-body .faq {
+  margin: 0em 0em 1em 0em;
+}
+.section-body .faq .faq-question {
   color: #005080;
   font-weight: bold;
 }
-.section-body .faq dd {
-  margin: 0em 0em 1em 0em;
+.section-body .faq .faq-answer {
 }
 /* Section headings, all use the same stream op indicator style. */
 #content h1, #content h2 {

粤ICP备19079148号