]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Alight the max-width of the content to one of the bootstrap breakpoints
[rails.git] / app / assets / stylesheets / common.scss
index 736125bedde96c163161c0c7da7fe90bcee8276e..c95dcc9826a122d79933ffd8954679c87d8fdb42 100644 (file)
@@ -7,15 +7,7 @@
 /* Default rules for the body of every page */
 
 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 {
@@ -1036,7 +1028,7 @@ tr.turn:hover {
 
 .content-inner {
   position: relative;
-  max-width: 900px;
+  max-width: 960px;
   margin: auto;
   padding: $lineheight;
 }