]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/rtl.css.scss
Cleanup style
[rails.git] / app / assets / stylesheets / rtl.css.scss
index 953efd7a66bc5b2b4f7e7cf1a34e2be4ab220889..5d3bad582ada85b1f35acd0c80cd40d2dfce1ef3 100644 (file)
@@ -69,13 +69,13 @@ html body {
 /* Rules for tabbed navigation bar */
 
 
-#tabnav
-{
-  padding-right: 215px;
+#tabnav {
+  margin-right: 185px;
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited 
-{
+#tabnav a,
+#tabnav a:link,
+#tabnav a:visited {
   float: right;
   margin-left: 4px;
 }
@@ -93,6 +93,11 @@ html body {
   right: 15px
 }
 
+
+#map {
+  border-right: 1px solid #ccc;
+}
+
 /* Rules for attribution text under the main map shown on printouts */
 
 .attribution_license {
@@ -120,9 +125,14 @@ html body {
 
 /* Rules for the main content area */
 
+body.site #content {
+  border: 0;
+}
+
 #content {
-  right: 192px;
-  left: 10px;
+  border-right: 1px solid #ccc;
+  right: 185px;
+  left: 0px;
   text-align: right;
 }