Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
152:bc657962941e | 153:13d052fbe4f1 |
---|---|
1 #member_map_members_column { | 1 #member_map_members_column { |
2 float: left; | 2 float: left; |
3 } | 3 } |
4 #member_map_map { | 4 #member_map_map { |
5 float: left; | 5 width: 720px; |
6 width: 640px; | 6 height: 540px; |
7 height: 480px; | |
8 border: 1px solid black; | 7 border: 1px solid black; |
8 margin: 0 auto; | |
9 } | 9 } |
10 #member_map_info { | 10 #member_map_info { |
11 padding-top: 1em; | 11 padding-top: 1em; |
12 clear: left; | 12 clear: left; |
13 } | 13 } |