]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Remove custom css applied to images inside paragraphs
[rails.git] / app / assets / stylesheets / common.scss
index 1500506154e22fc03ecabfb6f71fc7660659d18e..7871e8a41ab3f1c67fcb934194347fae8596d883 100644 (file)
@@ -10,15 +10,6 @@ body {
   font-size: $typeheight;
 }
 
-p > img {
-  width: auto;
-  max-width: 100%;
-}
-
-small, aside {
-  font-size: 12px;
-}
-
 time[title] {
   text-decoration: underline dotted;
 }
@@ -640,14 +631,6 @@ tr.turn {
 
   .query-results {
     display: none;
-
-    ul {
-      li {
-        &.query-result {
-          cursor: pointer;
-        }
-      }
-    }
   }
 }