summaryrefslogtreecommitdiff
path: root/forum/forum.css
diff options
context:
space:
mode:
Diffstat (limited to 'forum/forum.css')
-rw-r--r--forum/forum.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/forum/forum.css b/forum/forum.css
index 1250be2..56b0763 100644
--- a/forum/forum.css
+++ b/forum/forum.css
@@ -18,6 +18,7 @@
.Forum_questionList {
list-style-type: none;
+ margin-top: 0;
padding-left: 0;
}
@@ -25,13 +26,18 @@
margin-bottom: 1em;
}
-.Forum_questionList h3 {
- font-size: 1.15em;
- margin: 0;
-}
-
.Forum_questionMetadata {
padding-left: 2em;
font-style: italic;
color: hsl(0, 0%, 65%);
}
+
+.Forum_questionEntryTitle, .Forum_questionEntryBody {
+ font-family: sans-serif;
+ font-size: 0.8em;
+ width: 40em;
+}
+
+.Forum_questionEntryBody {
+ height: 15em;
+}