diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-08 05:35:40 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-08 05:35:40 -0600 |
commit | 3afc8122daf5d0c9c8ebed5262e29c0b9a8e7743 (patch) | |
tree | dba56ce8ecca3c7a36df86ce57572d2164e81940 | |
parent | 054c81263351d02a3cea33339d850bb0ecfb363f (diff) | |
download | pathery-3afc8122daf5d0c9c8ebed5262e29c0b9a8e7743.tar.xz |
Fixed awkward spacing around border (unless that was intentional?)
-rw-r--r-- | css/stats.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/css/stats.css b/css/stats.css index 37a0722..28d190a 100644 --- a/css/stats.css +++ b/css/stats.css @@ -109,23 +109,22 @@ .mapThumbnailOuter { border:0px; - margin:2px; + margin:4px; float:left; min-width:120px; border-radius:10px; } .mapThumbnailOuter.selectedMap { /* Make sure border-width + margin == .mapThumbnailOuter margin */ - margin: 0px; border:2px; - border-color: #868AA8; - border-style: solid; + margin:2px; + border-color: #868AA8; + border-style: solid; } .mapThumbnail { display:inline-block; padding: 8px; background-color:#334; - margin: 2px; border-radius:10px; cursor:pointer; padding-top: 0px; |