]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Move some javascript from the layout to application.js
[rails.git] / app / assets / stylesheets / small.css.scss
index 412cf720371594f7780ae458dc8b6cc660a34608..66cc68655248eca537553a4875b79c53cc6028ac 100644 (file)
@@ -18,7 +18,8 @@ h1 {
 
 /* Rules for tabbed navigation bar */
 #top-bar {
-  margin: 0;
+  margin: 0px;
+  height: 19px;
 }
 
 #tabnav {
@@ -90,18 +91,20 @@ 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 {