Browse Source

Better FAQ css formatting

Luke Taylor 15 years ago
parent
commit
27dfff106e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/faq/src/resources/css/faq.css

+ 5 - 0
docs/faq/src/resources/css/faq.css

@@ -61,3 +61,8 @@ div.table td {
 .question {
 .question {
   font-weight: bold;
   font-weight: bold;
 }
 }
+
+.question p {
+  margin-top: 0; 
+  padding-top: 20px;
+}