Skip to content

Commit

Permalink
Fix layout for contact.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmanning committed Feb 9, 2013
1 parent 9c60ab0 commit 26b66c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contact.html
Expand Up @@ -5,7 +5,7 @@
<div id='contact'>
<p>matt.manning@gmail.com</p>
<p>
<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85">
<object id="google-voice-widget" type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton">
<param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" />
<param name="wmode" value="transparent" />
<param name="FlashVars" value="id=175b3a52971c61cd4b9d503ebc0ea1dfb51200ee&style=0" />
Expand Down
7 changes: 4 additions & 3 deletions css/screen.css
Expand Up @@ -179,9 +179,10 @@ div#contact {
text-align: center;
}

div#contact p {
margin: 18px;
font-size: 18px;
#google-voice-widget {
width: 230px;
height: 85px;
line-height: 96;
}

footer {
Expand Down

0 comments on commit 26b66c1

Please sign in to comment.