]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Merge branch 'master' into openstreetbugs
[rails.git] / app / assets / stylesheets / small.css.scss
index 59a6469cee8532d5e22e8856fa086edaff5cd311..daacb5a7fa1ea77923d74320e9909607331b52c3 100644 (file)
@@ -17,9 +17,12 @@ h1 {
 }
 
 /* Rules for tabbed navigation bar */
+#top-bar {
+  margin: 0px;
+  height: 19px;
+}
 
-#tabnav
-{
+#tabnav {
   height: 14px;
   margin: 0px;
   padding-top: 5px;
@@ -28,8 +31,7 @@ h1 {
   line-height: 10px;
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited 
-{
+#tabnav a, #tabnav a:link, #tabnav a:visited {
   font-size: 10px;
   line-height: 10px;
   padding: 2px 5px;
@@ -89,21 +91,23 @@ h1 {
   border: 0;
 }
 
-.olControlPanZoomBar {
+.olControlSimplePanZoom {
   display: none;
 }
 
 /* Rules for the main content area */
 
 #content {
-  left: 10px;
-  right: 10px;
-  top: 47px;
+  left: 0px;
+  right: 0px;
+  top: 38px;
   margin-left: 0px;
   margin-right: 0px;
+  border-left: 0px;
+  border-right: 0px;
 }
 
-#content.site_index {
+.site-index #content {
   left: 0px;
   right: 0px;
   top: 38px;