From fc54d24d1bb8ecd769b4acf8da926e3c5d9ec2ae Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 1 Sep 2008 11:46:22 -0300 Subject: [PATCH] add simple css --- test/in/mailbox.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/in/mailbox.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 -- 2.39.2