Cleanup div#Places elements in Basic-Blue Style sheet.

svn: r15255
This commit is contained in:
Rob G. Healey 2010-04-22 01:10:59 +00:00
parent d88d0bfbeb
commit 8fb4e6d924

View File

@ -143,7 +143,7 @@ h1 {
font:normal 2em/1.2em serif; font:normal 2em/1.2em serif;
} }
h2 { h2 {
font:bold 2em/1.2em sans; display: none;
} }
h3 { h3 {
font:normal 2em/1.2em serif; font:normal 2em/1.2em serif;
@ -503,13 +503,22 @@ div#Places {
padding: 0; padding: 0;
} }
div#Places table.infolist tbody tr td.ColumnLetter { div#Places table.infolist tbody tr td.ColumnLetter {
background-color: #BCEAF6; width: 6%;
} }
div#Places table.infolist tbody tr td.ColumnLetter a:hover { div#Places table.infolist tbody tr td.ColumnLetter a:hover {
background: none; background: none;
} }
div#Places table.infolist tbody tr td.ColumnName a { div#Places table.infolist tbody tr td.ColumnName {
padding:.1em 10px .3em 10px; width: 45%;
}
div#Places table.infolist tbody tr td.ColumnState {
width: 8%;
}
div#Places table.infolist tbody tr td.ColumnCountry {
width: 8%;
}
div#Places table.infolist tbody tr td.ColumnCoordinates {
width: 25%;
} }
/* EventList and EventDetail /* EventList and EventDetail