From 1201bfbfde24866a2dec083754fd415735b64672 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jun 2013 01:43:44 +0200 Subject: Add several CSS files These are (mostly) used by other parts of my website. --- site/org.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 site/org.css (limited to 'site/org.css') diff --git a/site/org.css b/site/org.css new file mode 100644 index 0000000..70ce626 --- /dev/null +++ b/site/org.css @@ -0,0 +1,10 @@ +body { + font-family: sans-serif; +} + +#content, +#org-div-home-and-up, +#postamble { + margin: 0 auto; + width: 700px; +} -- cgit v1.2.3-54-g00ecf