From 979c52b4a8db4337865aae0cdde00e2b5e821772 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Mar 2012 13:53:07 +0100 Subject: Add a stylesheet for tweaking body width --- local.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 local.css (limited to 'local.css') diff --git a/local.css b/local.css new file mode 100644 index 0000000..2c29e29 --- /dev/null +++ b/local.css @@ -0,0 +1,3 @@ +div.pagebody { + max-width: 40em; +} -- cgit v1.2.1