annotate media/css/membermap.css @ 260:3a4bbf9c2cce

Fixing #107. Apparently some signal handlers were getting connected twice (double import?) and thus saving a forum post would cause 2 email notifications to go out to the post topic's subscribers. Use the dispatch_uid parameter in the connect call to work around this issue.
author Brian Neal <bgneal@gmail.com>
date Wed, 22 Sep 2010 00:24:59 +0000
parents 13d052fbe4f1
children
rev   line source
gremmie@1 1 #member_map_members_column {
gremmie@1 2 float: left;
gremmie@1 3 }
gremmie@1 4 #member_map_map {
bgneal@153 5 width: 720px;
bgneal@153 6 height: 540px;
gremmie@1 7 border: 1px solid black;
bgneal@153 8 margin: 0 auto;
gremmie@1 9 }
gremmie@1 10 #member_map_info {
gremmie@1 11 padding-top: 1em;
gremmie@1 12 clear: left;
gremmie@1 13 }
gremmie@1 14 .markItUp {
gremmie@1 15 width: 600px;
gremmie@1 16 }
gremmie@1 17 .markItUpEditor {
gremmie@1 18 width:543px;
gremmie@1 19 height:200px;
gremmie@1 20 }