]> git.openstreetmap.org Git - rails.git/commitdiff
Remove more reset styles that are handled by bootstrap
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jan 2020 15:14:42 +0000 (16:14 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Jan 2020 16:16:11 +0000 (17:16 +0100)
app/assets/stylesheets/common.scss

index cb96fa9988009c7b595e3c3cbfc29c0ef4bc5d8f..abdbaef57b88b90757c60783fcf585f1f236f231 100644 (file)
@@ -5,44 +5,21 @@
 
 /* Minimal CSS reset */
 
-html, body, form, fieldset, legend, input {
+html, body {
   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 +105,6 @@ a {
   }
 }
 
-/* Rules for horizontal lines */
-
-hr {
-  border: none;
-  background-color: $grey;
-  color: $grey;
-  height: 1px;
-}
-
 /* General styles for tables */
 
 table {