]> git.openstreetmap.org Git - rails.git/commitdiff
Clean up
authorJohn Firebaugh <john.firebaugh@gmail.com>
Wed, 2 Oct 2013 21:10:20 +0000 (14:10 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:46:07 +0000 (14:46 -0700)
app/assets/stylesheets/common.css.scss

index 6a80453c68a9bde1e3af5a6dd8a4714c7b7f8ba1..5f038d692099ef2a98ab5ccb30b2629efd8a8a89 100644 (file)
@@ -97,9 +97,9 @@ abbr, acronym {
 /* Default rules for the body of every page */
 
 * {
 /* Default rules for the body of every page */
 
 * {
-  -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -webkit-box-sizing: border-box;
-  box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
 }
 
 body {
 }
 
 body {
@@ -139,15 +139,6 @@ small, aside {
   font-size: 12px;
 }
 
   font-size: 12px;
 }
 
-h1:first-child,
-h2:first-child,
-h3:first-child,
-h4:first-child,
-h5:first-child,
-h6:first-child {
-  margin-top: 0;
-}
-
 .column-1 {
   width: 50%;
   margin: 0 0 $lineheight/2 0;
 .column-1 {
   width: 50%;
   margin: 0 0 $lineheight/2 0;
@@ -168,10 +159,6 @@ h6:first-child {
   background:transparent image-url("sprite.png") no-repeat 0 0;
   text-indent:-9999px;
   overflow:hidden;
   background:transparent image-url("sprite.png") no-repeat 0 0;
   text-indent:-9999px;
   overflow:hidden;
-  }
-
-.icon-pre-text {
-    margin-right: 5px;
 }
 
 .icon.search      { background-position: 0 0; }
 }
 
 .icon.search      { background-position: 0 0; }
@@ -381,10 +368,6 @@ nav.primary {
     color: #ccc;
     cursor: default;
 
     color: #ccc;
     cursor: default;
 
-    &:hover {
-      text-decoration: none;
-    }
-
     .caret {
       border-top-color: #ccc;
     }
     .caret {
       border-top-color: #ccc;
     }
@@ -582,7 +565,6 @@ nav.secondary {
   width: 40px;
   background-color: #333;
   background-color: rgba(0,0,0,.6);
   width: 40px;
   background-color: #333;
   background-color: rgba(0,0,0,.6);
-  -bottom: 1px solid #333; 
   border-radius: 4px 0 0 4px;
   margin-bottom: 10px;
   outline: none;
   border-radius: 4px 0 0 4px;
   margin-bottom: 10px;
   outline: none;
@@ -1842,7 +1824,7 @@ a.button {
   *[value="Hide"] + input:nth-child(2):not(:last-child),
   *[value="Hide"] + .button:nth-child(2):not(:last-child) {
     border-radius:2px 0 0 2px;
   *[value="Hide"] + input:nth-child(2):not(:last-child),
   *[value="Hide"] + .button:nth-child(2):not(:last-child) {
     border-radius:2px 0 0 2px;
-    border-right-width: 1px solid white;
+    border-right-width: 1px;
   }
 }
 
   }
 }