]> git.openstreetmap.org Git - rails.git/commitdiff
Remove some default styling from body
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 10:17:30 +0000 (11:17 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 10:17:30 +0000 (11:17 +0100)
These mirror, either exactly or pretty close to exactly, what is set
by the bootstrap reboot style, so there's no need for us to duplicate.

app/assets/stylesheets/common.scss

index 736125bedde96c163161c0c7da7fe90bcee8276e..e4b8c29619c4c2f6ed6e81059780c6d1a140eeaf 100644 (file)
@@ -9,13 +9,6 @@
 body {
   font-family: 'Helvetica Neue',Arial,sans-serif;
   font-size: $typeheight;
-  line-height: 1.6666;
-  color: #222;
-  background-color: #fff;
-  margin: 0px;
-  padding: 0px;
-  text-align: left;
-  height: 100%;
 }
 
 p > img {