summaryrefslogtreecommitdiff
path: root/style.ini
diff options
context:
space:
mode:
Diffstat (limited to 'style.ini')
-rwxr-xr-xstyle.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.ini b/style.ini
index 426fd9be4..0eeaf15d3 100755
--- a/style.ini
+++ b/style.ini
@@ -62,4 +62,8 @@ __missing__ = "#f30"
__highlight__ = "#ff9"
; sidebar width
-__sidebar_width__ = "16em"
+; @todo: width in em or px?
+;__site_width__ = "64em"
+__site_width__ = "1000px"
+;__sidebar_width__ = "16em"
+__sidebar_width__ = "220px"