Skip to content

Commit

Permalink
General updates to fix what appeared to be a glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislkeller committed Dec 30, 2011
1 parent 0deab22 commit cdcb161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/styles.css
@@ -1,4 +1,4 @@
body {font-family: "Trebuchet MS", sans-serif; background: #e8e8e8;}
body {font-family: "Trebuchet MS", sans-serif}

/*STRUCTURE*/
#map-container {width: 940px; height: 700px; padding: 5px; }
Expand Down
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -63,19 +63,19 @@

<!--BEGIN MAP EXPLAINER -->
<div id="map-explainer">
<h1>Whose your Alderman?</h1>
<h1>Who's your Alderman?</h1>

<p class="body">Enter your address below to learn about your alderman, where you vote and the more about the ward you live in.</p>

<!-- BEGIN EXPLAINER -->
<input type="text" class="pg-input" value="Enter your address" id="address" onclick="clickclear(this, 'Enter your address')" onblur="clickrecall(this,'Enter your address')" />
<input type="text" class="pg-input" value="Example: 1901 Fish Hatchery Rd, Madison, Wis" id="address" onclick="clickclear(this, 'Example: 1901 Fish Hatchery Rd, Madison, Wis')" onblur="clickrecall(this,'Example: 1901 Fish Hatchery Rd, Madison, Wis')" />
<input type="button" id="searchsubmit" class="form-submit-button" value="Search" onclick="zoomtoaddress()"/>
<!-- END EXPLAINER -->

<!-- BEGIN DATA DISPLAY -->
<div id="facebook-like">
<!-- <div id="facebook-like">
<iframe src="http://www.facebook.com/plugins/like.php?app_id=210862605629272&amp;href=http%3A%2F%2Fbit.ly%2FpJCyMm&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=trebuchet+ms&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
</div> -->
<div id="display-blox">
</div>
<!-- END DATA DISPLAY -->
Expand Down

0 comments on commit cdcb161

Please sign in to comment.