From: David Bremner Date: Mon, 1 Sep 2008 16:11:52 +0000 (-0300) Subject: add small margin and border for example css X-Git-Tag: 0.1~25 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/d6aabfe4c75cee5ea6b58fdfc233c0eca82e874c add small margin and border for example css --- diff --git a/test/in/mailbox.css b/test/in/mailbox.css index d8d2cf7df..d4f7ad0fb 100644 --- a/test/in/mailbox.css +++ b/test/in/mailbox.css @@ -1,11 +1,10 @@ -/* ikiwiki local style sheet */ - -/* Add local styling here, instead of modifying style.css. */ - - +div.mailmessage{ + border-top: 1px solid; + margin-top: 1% +} .headername { font-weight: bold; }