changeset 127:d9be5fecd7e5

BUGFIX: Make the sidebar border work correctly.
author Steve Kemp <steve@steve.org.uk>
date Sun, 16 Dec 2007 20:31:09 +0000
parents 5225c6026410
children 9f092b9be906
files themes/default/style.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/themes/default/style.css	Sun Dec 16 20:29:56 2007 +0000
+++ b/themes/default/style.css	Sun Dec 16 20:31:09 2007 +0000
@@ -6,6 +6,9 @@
 	background-color: white;
 	color: black;
 	margin: 0;
+	margin-right: 185px;
+	border-right: 1px solid rgb(128, 128, 128);
+
 }
 
 div.title {