summaryrefslogtreecommitdiffstats
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index b1c7a34..0c6d0cc 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -194,14 +194,9 @@ a {
font-style: italic;
}
-#newthread {
- padding-left: 20px;
-}
-
-/* The content section of the page */
-.content {
- width: 1000px;
- margin: auto;
+#content {
+ width: 98%;
+ margin: 0 auto 0 auto;
}
#recent_activities{