Tidy up the stylesheets

This commit is contained in:
Tom Hughes 2012-02-11 13:11:52 +00:00
parent 97dba0fbbe
commit 55e0c231cf
3 changed files with 15 additions and 8 deletions

View 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;

View 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;
}

View 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;
}