diff --git a/media/stylesheets/twfa.css b/media/stylesheets/twfa.css index 724ed27..6d4254b 100644 --- a/media/stylesheets/twfa.css +++ b/media/stylesheets/twfa.css @@ -276,8 +276,7 @@ section#content ul li{ margin-left: 20px; list-style-type: circle; } - -} + /* divs for stack layout */ section#content div#about_intro { @@ -307,11 +306,41 @@ section#content div#bodycopy{ margin-left: auto; margin-right: auto; position: relative; - min-height: 400px; - padding-left: 65px; + min-height: 500px; + padding-left: 20px; + padding-top: 20px; + +} + +section#content div#bodycopy1{ + width: 100%; + float: left; + margin-left: auto; + margin-right: auto; + position: relative; + min-height: 500px; padding-top: 20px; + +} + +section#content div.bodymap{ + width: 100%; + float: left; + margin-left: auto; + margin-right: auto; + position: relative; + min-height: 500px; + padding: 10px; + border: 1px; + + } + + + + + section#content div#bodycopy p{ font-size: 12pt; padding-right: 65px; @@ -484,10 +513,6 @@ section#content div.full { } - - - - #example{ color: #5f5151; font-size: 17px; diff --git a/templates/place.html b/templates/place.html index 6554c0d..e1b1443 100644 --- a/templates/place.html +++ b/templates/place.html @@ -4,7 +4,7 @@ {% endblock %} @@ -15,22 +15,36 @@

{{ place }}

{% endblock %} {% block content %} -
+ +
+

+ +

+
+ + +
{% if place.in_districts.count > 5 %} -

{{ place.name }} is in more than 5 districts. To get a more helpful result, please be more specific. Try entering a zip code or full address.

+

{{ place.name }} is in more than 5 districts. To get a more helpful result, please be more specific. Try entering a zip code or full address.

{{ where_form }}
{% endif %} + + +
-   +
-
-
-

In {% for district in place.in_districts %}{% if not forloop.first %}, {% endif %}{{district}}{% endfor %}.

+ +
+ +

In {% for district in place.in_districts %}{% if not forloop.first %}, {% endif %}{{district}}{% endfor %}.

+
+ {% endblock %}