Skip to content

Commit

Permalink
more style adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
samanpwbb committed Apr 25, 2013
1 parent 1676a78 commit 1ae13f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ <h1>Store Locator</h1>
var main = Map('map', {
api: 'http://a.tiles.mapbox.com/v3/examples.map-3gisupiu.jsonp',
center: {
lat: 38.8975,
lon: -77.0661,
lat: 38.910,
lon: -77.050,
zoom: 15
},
zoomRange: [1, 17],
Expand Down
14 changes: 4 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
line-height:1em;
font-size:1.75em;
font-size:1.5em;
}
h2 {
line-height:1.5em;
Expand Down Expand Up @@ -92,7 +92,7 @@ body > div {
#header {
position: absolute;
top: 0; left: 0;
height: 25px;
height: 20px;
padding: 20px;
width:330px;
color: #333;
Expand All @@ -101,7 +101,7 @@ body > div {

#content {
position:absolute;
top:65px;
top:60px;
right:0;
bottom:0;
width:330px;
Expand Down Expand Up @@ -280,16 +280,10 @@ form.geocode.loading input[type=submit] {
left: -75px;
visibility: hidden;
opacity: 0;
background: #69bc8a;
background: #80ba8c;
z-index: 2;
cursor: auto;
}
.mmg.active .overlay {
background: #80ba8c;
}
.mmg.active .overlay:after {
border-top-color: #80ba8c;
}
.mmg .location .name {
font-weight: 700;
color: #333;
Expand Down

0 comments on commit 1ae13f5

Please sign in to comment.