summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-02-10 18:09:16 -0800
committerCarl Worth <cworth@cworth.org>2010-02-10 18:09:16 -0800
commitbe5ddd8f20d978cb24801dc2046bd7c6bcb38866 (patch)
treeb86fd8c2eff17f4516b83fb0ed2ea5b5044d880f /local.css
parentb67dd32da55e6a17329b9c8fedee0c64a7d20880 (diff)
Add logo to the front page.
Thanks again, Sebastian!
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/local.css b/local.css
index a0dec8c..d066537 100644
--- a/local.css
+++ b/local.css
@@ -1,3 +1,13 @@
/* ikiwiki local style sheet */
/* Add local styling here, instead of modifying style.css. */
+
+.left {
+ float: left;
+ padding-right: 0.5em;
+}
+
+.right {
+ float: right;
+ padding-left: 0.5em;
+}