summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-09-14 23:52:30 -0400
committerSacha Chua <sacha@sachachua.com>2020-09-14 23:52:30 -0400
commit2ac381b35275770bcd53dc6e064fcf2a773fdf94 (patch)
treec6b7503c1451ae049f820f08dda4933c07ab7228 /local.css
parent5258df6c61cc3d5083e6da597288cd588acc20f2 (diff)
parent703acc6322c6a9297bafd6c16ce68654eb7d51ee (diff)
downloademacsconf-wiki-2ac381b35275770bcd53dc6e064fcf2a773fdf94.tar.xz
emacsconf-wiki-2ac381b35275770bcd53dc6e064fcf2a773fdf94.zip
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
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% }