summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/local.css b/local.css
index 757863e4..af8f6e05 100644
--- a/local.css
+++ b/local.css
@@ -1,6 +1,28 @@
/* ikiwiki local style sheet */
-#content { line-height: 1.5 }
+.pageheader, #pagebody, #footer {
+ max-width: 60rem;
+ margin: 0 auto;
+ padding-left: 2em;
+ padding-right: 2em;
+}
+
+.pageheader-wrapper {
+ margin: 0;
+ overflow: hidden;
+ background: #eee;
+ border-color: #999;
+ border-style: none none solid none;
+ border-width: 1px;
+}
+
+.pageheader { border: none }
+
+#content {
+ max-width: 38rem;
+ margin: 0;
+ line-height: 1.5;
+}
video { max-width: 100% }