diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-05 04:24:54 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-05 04:24:54 +0000 |
commit | 362f43169c591c62c54a1844889fa04c27774954 (patch) | |
tree | f2fe1cf6d2a5cec16694d29ee8a041f293cca535 | |
parent | 6ea063bc4caad861052145554f3ad2a2b8ee58f9 (diff) |
Removed right border off of #Content container, don't need the separation between it and the Sidebar.
-rw-r--r-- | themes/default/css/screen.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index e137d8a7..49824a05 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -238,7 +238,6 @@ li.gError select { } #gContent { - border-right: 1px solid #ccc; padding: 20px; } |