From 496182dacb33507304689914688c5db1101fc84b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 29 Apr 2013 07:35:06 +0000 Subject: [PATCH] clean up odd/even css for www devsmap. SVN revision: 84532 --- p/contact/devsmap/en-body | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p/contact/devsmap/en-body b/p/contact/devsmap/en-body index 34cc0fac..a4b98547 100644 --- a/p/contact/devsmap/en-body +++ b/p/contact/devsmap/en-body @@ -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 }