diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/stats.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/css/stats.css b/css/stats.css index 8ea79da..6ddc38f 100644 --- a/css/stats.css +++ b/css/stats.css @@ -30,6 +30,30 @@ height: 0; } +#mapNavigation { + padding:15px; + background-color:#888; + border-radius:10px; + min-height:130px; + text-align:left; + overflow-x:hidden; + overflow-y:hidden; + width:1100px; +} +.mapThumbnail { + float:left; + padding: 10px; + background-color:#334; + margin: 7px; + border-radius:10px; + cursor:pointer; + padding-top: 4px; +} +.mapThumbnail:hover { + background-color:#445; +} + + table { border-collapse: collapse; |