]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/ltr.css.scss
Cleanup style
[rails.git] / app / assets / stylesheets / ltr.css.scss
index 817404a799d879e34ad2e65cca634774444028c9..67faffc7776f5e717e7d1e80f093f97d24cf5d77 100644 (file)
@@ -68,13 +68,11 @@ html body {
 
 /* Rules for tabbed navigation bar */
 
-#tabnav
-{
-  padding-left: 215px;
+#tabnav {
+  margin-left: 185px;
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited 
-{
+#tabnav a, #tabnav a:link, #tabnav a:visited {
   float: left;
   margin-right: 4px;
 }
@@ -102,6 +100,10 @@ html body {
   text-align: right;
 }
 
+#map {
+  border-left: 1px solid #ccc;
+}
+
 /* Rules for the popout map sidebar */
 
 #sidebar {
@@ -119,9 +121,14 @@ html body {
 
 /* Rules for the main content area */
 
+body.site #content {
+  border: 0;
+}
+
 #content {
-  left: 192px;
-  right: 10px;
+  border-left: 1px solid #ccc;
+  left: 185px;
+  right: 0px;
   text-align: left;
 }