Style tweaks

This commit is contained in:
Erik Michaels-Ober 2012-01-02 23:30:35 -08:00
parent f42bb2c0f6
commit 25af6069ca
2 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,7 @@ $(function() {
activeInfoWindow.close();
}
var infoWindow = new google.maps.InfoWindow({
maxWidth: 230
maxWidth: 232
});
google.maps.event.addListener(infoWindow, 'closeclick', function() {
isWindowOpen = false;

View File

@ -14,6 +14,7 @@ h1, h2 {
h2 {
font-size: 22px;
line-height: 30px;
margin: 10px 0;
}
@ -89,10 +90,12 @@ form input.error:focus, form textarea.error:focus {
border-radius: 0;
text-align: left;
margin-bottom: 10px;
padding: 8px 20px;
}
.sidebar {
width: 250px;
width: 252px;
border-right: 1px solid #ccc;
text-align: center;
}