diff options
author | Siri Reiter <siri@jones.dk> | 2008-09-01 13:55:57 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-09-01 13:55:57 +0200 |
commit | a87c5ada1e1242133960f830b7e88b00127ce81b (patch) | |
tree | 1375827df48e7eb7ea4a7fd8d1310f7d79f17192 | |
parent | 1760459affdfe7e79f39f1cfe78e29de0fb026e6 (diff) |
Add local.css.
-rw-r--r-- | local.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |