changeset 79:9728676c3a85

Moved the border
author Steve Kemp <steve@steve.org.uk>
date Mon, 10 Dec 2007 23:52:29 +0000
parents cbac8af73d88
children 5379f7e3f7de
files themes/default/style.css
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/themes/default/style.css	Mon Dec 10 23:23:08 2007 +0000
+++ b/themes/default/style.css	Mon Dec 10 23:52:29 2007 +0000
@@ -3,7 +3,6 @@
 	padding: 0 10px;
 	padding-top: 1px;
 	padding-bottom: 1em;
-	border-right: 1px solid rgb(128, 128, 128);
 	background-color: white;
 	color: black;
 	margin: 0;
@@ -96,6 +95,6 @@
 	padding: 0 10px;
 
 	background-color: white;
-
+	border-left: 1px solid rgb(128, 128, 128);
 	margin: 0;
 }
\ No newline at end of file