]> git.openstreetmap.org Git - rails.git/commitdiff
Tidy up the stylesheets
authorTom Hughes <tom@compton.nu>
Sat, 11 Feb 2012 13:11:52 +0000 (13:11 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Feb 2012 15:17:43 +0000 (15:17 +0000)
app/assets/stylesheets/common.css.scss
app/assets/stylesheets/ltr.css.scss
app/assets/stylesheets/rtl.css.scss

index 04ee87d9f57b019d43132cbb099c6f59b464b50d..d7424fb74cc3b5f3634201e8376ec3616e2c5b56 100644 (file)
@@ -36,6 +36,8 @@ hr {
   height: 1px;
 }
 
+/* Default rules for headings */
+
 h2 {
   margin: 5px 0;
   font-size: 25px;
@@ -325,6 +327,7 @@ h2 {
 }
 
 /* Rules for OpenLayers maps */
+
 #map {
   margin: 0px;
   padding: 0px;
index 67faffc7776f5e717e7d1e80f093f97d24cf5d77..5dfbc8471df0a4364e0990bdd41a670a2c4ec14c 100644 (file)
@@ -72,7 +72,9 @@ html body {
   margin-left: 185px;
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited {
+#tabnav a,
+#tabnav a:link,
+#tabnav a:visited {
   float: left;
   margin-right: 4px;
 }
@@ -90,6 +92,12 @@ html body {
   left: 15px
 }
 
+/* Rules for OpenLayers maps */
+
+#map {
+  border-left: 1px solid #ccc;
+}
+
 /* Rules for attribution text under the main map shown on printouts */
 
 .attribution_license {
@@ -100,10 +108,6 @@ html body {
   text-align: right;
 }
 
-#map {
-  border-left: 1px solid #ccc;
-}
-
 /* Rules for the popout map sidebar */
 
 #sidebar {
@@ -237,7 +241,7 @@ form#termsForm input#agree {
   text-align: right;
 }
 
-input.openid_url { 
+input.openid_url {
   background: image-url('openid_input.png') repeat-y left white;
   padding-left: 16px;
 }
index 5d3bad582ada85b1f35acd0c80cd40d2dfce1ef3..eed94d52873529c6381035e84ded33f046fa1f0c 100644 (file)
@@ -68,7 +68,6 @@ html body {
 
 /* Rules for tabbed navigation bar */
 
-
 #tabnav {
   margin-right: 185px;
 }
@@ -93,6 +92,7 @@ html body {
   right: 15px
 }
 
+/* Rules for OpenLayers maps */
 
 #map {
   border-right: 1px solid #ccc;
@@ -241,7 +241,7 @@ form#termsForm input#agree {
   text-align: left;
 }
 
-input.openid_url { 
+input.openid_url {
   background: image-url('openid_input.png') repeat-y right white;
   padding-right: 16px;
 }