]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Remove unused maximiseMap/minimiseMap functions
[rails.git] / app / assets / stylesheets / common.scss
index 40392cdae5362963ce5f8fb96e1e84b7f09ade6e..100d489da88424773492079b4185c18fc9ffc06c 100644 (file)
@@ -446,11 +446,6 @@ body.small-nav {
       display: block;
       width: $sidebarWidth;
     }
-
-    button.btn-close {
-      background-color: rgba(255, 255, 255, 0.5);
-      opacity: 1.0;
-    }
   }
 
   #map {
@@ -920,15 +915,6 @@ tr.turn:hover {
   }
 }
 
-#content.maximised {
-  top: 0;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  border: 0;
-  z-index: 2000;
-}
-
 /* Rules for small maps in content areas */
 
 .content_map {