Mercurial > public > sg101
diff gpp/membermap/static/css/membermap.css @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/membermap/static/css/membermap.css Thu Jan 27 02:56:10 2011 +0000 @@ -0,0 +1,20 @@ +#member_map_members_column { + float: left; +} +#member_map_map { + width: 720px; + height: 540px; + border: 1px solid black; + margin: 0 auto; +} +#member_map_info { + padding-top: 1em; + clear: left; +} +.markItUp { + width: 600px; +} +.markItUpEditor { + width:543px; + height:200px; +}