X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ce3b92c035346a3f9443e05698dc1a6537f17a6b..f9ab67577f765fc0ed85e4551872ef4d1b0a232c:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index cb96fa998..5635e3f9d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -3,46 +3,10 @@ /* Styles common to large and small screens */ -/* Minimal CSS reset */ - -html, body, form, fieldset, legend, input { - margin: 0; - padding: 0; - border: 0; -} - -fieldset,img { border: 0; } - -legend { color: #000; } - -sup { - vertical-align: super; - font-size: smaller; -} - -sub { - vertical-align: sub; - font-size: smaller; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -input, -select, -textarea, -body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; } - .fillL { background-color: white; } /* Default rules for the body of every page */ -* { - box-sizing: border-box; -} - body { font-family: 'Helvetica Neue',Arial,sans-serif; font-size: $typeheight; @@ -128,15 +92,6 @@ a { } } -/* Rules for horizontal lines */ - -hr { - border: none; - background-color: $grey; - color: $grey; - height: 1px; -} - /* General styles for tables */ table { @@ -984,15 +939,8 @@ header .search_forms, /* Rules for search sidebar */ #sidebar .search_results_entry { - ul { - padding: 0; - } - ul li { - border-bottom: $keyline; cursor: pointer; - list-style-type: none; - &:first-child { border-top: $keyline; } &.selected { background: $list-highlight; } }