From: David Bremner Date: Mon, 1 Sep 2008 14:46:22 +0000 (-0300) Subject: add simple css X-Git-Tag: 0.1~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc54d24d1bb8ecd769b4acf8da926e3c5d9ec2ae;p=ikiwiki.git add simple css --- diff --git a/test/in/mailbox.css b/test/in/mailbox.css new file mode 100644 index 000000000..d8d2cf7df --- /dev/null +++ b/test/in/mailbox.css @@ -0,0 +1,16 @@ + +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ + + + + +.headername { +font-weight: bold; + } + +.emailthreadindent{ +position: relative; +left: 5%; +} \ No newline at end of file