diff media/css/membermap.css @ 153:13d052fbe4f1

Fixing #28, cosmetic issues with member map. Also fixed a bug involving the smiley and markdown interactions. Single quotes were getting HTML REMOVED by markdown.
author Brian Neal <bgneal@gmail.com>
date Sat, 19 Dec 2009 19:34:16 +0000
parents dbd703f7d63a
children
line wrap: on
line diff
--- a/media/css/membermap.css	Sat Dec 19 04:59:06 2009 +0000
+++ b/media/css/membermap.css	Sat Dec 19 19:34:16 2009 +0000
@@ -2,10 +2,10 @@
    float: left;
 }
 #member_map_map {
-   float: left;
-   width: 640px;
-   height: 480px;
+   width: 720px;
+   height: 540px;
    border: 1px solid black;
+   margin: 0 auto;
 }
 #member_map_info {
    padding-top: 1em;