]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/rtl.css.scss
Don't escape the name - rails will handle it
[rails.git] / app / assets / stylesheets / rtl.css.scss
index eed94d52873529c6381035e84ded33f046fa1f0c..d616feda66fd3a74e877b4cc397c6f6d1e3386d7 100644 (file)
@@ -112,7 +112,7 @@ html body {
 
 #sidebar {
   right: 0px;
-  margin-left: 3px;
+  border-right: 1px solid #ccc;
 }
 
 #sidebar #sidebar_title {
@@ -125,10 +125,6 @@ html body {
 
 /* Rules for the main content area */
 
-body.site #content {
-  border: 0;
-}
-
 #content {
   border-right: 1px solid #ccc;
   right: 185px;