]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Style
[rails.git] / app / assets / stylesheets / common.css.scss
index c9b7046f97158cf4f9bed5b4d43fc21567f53bb1..fa6b71b8d061a35d0186268730f291387585f749 100644 (file)
@@ -2560,43 +2560,3 @@ a.button {
     border-radius: 4px;
   }
 }
-
-.site-help {
-  #content {
-    a {
-      display: inline-block;
-      width: 45%;
-      height: 200px;
-      float: left;
-      text-align: center;
-      color: #000;
-      margin: 10px;
-      padding: 10px;
-      border-radius: 10px;
-    }
-
-    h3 {
-      margin-top: 50px;
-    }
-
-    a:hover {
-      text-decoration: none;
-    }
-
-    .welcome {
-      background-color: #D6FFB9;
-    }
-
-    .learnosm {
-      background-color: #BAFCFF;
-    }
-
-    .help {
-      background-color: #FCFFB9;
-    }
-
-    .wiki {
-      background-color: #FFB9CC;
-    }
-  }
-}