From d6aabfe4c75cee5ea6b58fdfc233c0eca82e874c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 1 Sep 2008 13:11:52 -0300 Subject: [PATCH] add small margin and border for example css --- test/in/mailbox.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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; } -- 2.39.2