diff options
author | raylu <raylu@mixpanel.com> | 2011-11-07 15:41:34 -0800 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-07 15:41:34 -0800 |
commit | 2d4d1dd5901c97c4f96564093dd239c9624dafc9 (patch) | |
tree | 7079ccfbbe0d6a9e316becac467a9a2ed4252ecf /css/maps.css | |
parent | 016f8cccd578b8f794021035ff8f516a44bcbda4 (diff) | |
download | pathery-2d4d1dd5901c97c4f96564093dd239c9624dafc9.tar.xz |
fix weird webkit layout issue
Diffstat (limited to 'css/maps.css')
-rw-r--r-- | css/maps.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/css/maps.css b/css/maps.css index 035672a..d613c98 100644 --- a/css/maps.css +++ b/css/maps.css @@ -6,18 +6,15 @@ .grid_outer {
position:relative;
padding: 2px 0 1px;
- margin: 0 auto;
+ margin: 0 auto 2px;
background-color: #334;
border-radius: 2px;
box-shadow: 0 0 2px #777;
}
-.grid_outer a
-{
+.grid_outer a {
color: #FFFF33;
}
-
-
.dsp_60 {
width:60%;
}
|