From a87c5ada1e1242133960f830b7e88b00127ce81b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 1 Sep 2008 13:55:57 +0200 Subject: Add local.css. --- local.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 local.css (limited to 'local.css') diff --git a/local.css b/local.css new file mode 100644 index 0000000..3016de7 --- /dev/null +++ b/local.css @@ -0,0 +1,14 @@ +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ + +DIV#content { + float: left; + max-width: 72em; +} +DIV#content IMG { + display: block; + clear: both; + float: right; + padding: 10px; +} -- cgit v1.2.3