Skip to content

Commit

Permalink
Changed style
Browse files Browse the repository at this point in the history
  • Loading branch information
rjshade committed Mar 30, 2012
1 parent 27f4167 commit d6af59b
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions index.html
Expand Up @@ -8,17 +8,14 @@
<style type="text/css"> <style type="text/css">
body { body {
margin-top: 1.0em; margin-top: 1.0em;
background-color: #f4c871; background-color: #fff;
font-family: Helvetica, Arial, FreeSans, san-serif; font-family: Helvetica, Arial, FreeSans, san-serif;
color: #000000; color: #333;
} }
#container { #container {
margin: 0 auto; margin: 0 auto;
width: 700px; width: 700px;
} }
h1 { font-size: 3.8em; color: #0b378e; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #0b378e; } h2 { font-size: 1.5em; color: #0b378e; }
h3 { text-align: center; color: #0b378e; } h3 { text-align: center; color: #0b378e; }
a { color: #0b378e; } a { color: #0b378e; }
Expand Down Expand Up @@ -49,22 +46,10 @@ <h1><a href="https://github.com/rjshade/gmaps-autocomplete">gmaps-autocomplete</
A simple demo of using jQuery UI autocomplete in conjunction with Google Maps geocoding API A simple demo of using jQuery UI autocomplete in conjunction with Google Maps geocoding API
</div> </div>











<h2>Authors</h2>
<p>rjshade (robbie.shade@gmail.com)<br/> </p>





<h2>Contact</h2> <h2>Author</h2>
<p>Robbie Shade (robbie.shade@gmail.com)<br/> </p> <p>Robbie Shade (robbie.shade@gmail.com)<br/> </p>




<h2>Download</h2> <h2>Download</h2>
Expand Down

0 comments on commit d6af59b

Please sign in to comment.