clean up odd/even css for www devsmap.

SVN revision: 84532
This commit is contained in:
Carsten Haitzler 2013-04-29 07:35:06 +00:00
parent 124429b382
commit 496182dacb
1 changed files with 2 additions and 2 deletions

View File

@ -189,12 +189,12 @@ if (isset($_REQUEST["debug"]))
html { height: 100% }
body { height: 100% }
#map_canvas { height: 500px; width: 100% }
#map_table { width: 100%; font-size: 11px; border: 1px solid #CCC }
#map_table { width: 100%; font-size: 11px; border: 1px solid #383838 }
.infowin td { font-size: 11px }
#sidebar { height: 500px; overflow-y: scroll }
#sidebar a { display: block ; padding-right: 5px }
#sidebar a:nth-child(2n) { background-color: #EEE }
#sidebar a:nth-child(2n) { background-color: #303030 }
#totals { float: right; font-size: 11px; margin-right: 5px }
#coords { float: left; font-size: 11px; margin-left: 5px }