diff options
| author | Josh Brewer | 2011-04-20 14:03:06 -0700 |
|---|---|---|
| committer | Josh Brewer | 2011-04-20 14:03:06 -0700 |
| commit | 08f0c4f8e652bc425b9e2338cd49abc4cbba05e7 (patch) | |
| tree | b512eaf53e5d84287919558a79b27d9d7c204773 /css | |
| parent | 2784bbb898c4cd80fe5d7eb1ea16714b3c0df302 (diff) | |
| download | ffffallback-08f0c4f8e652bc425b9e2338cd49abc4cbba05e7.tar.bz2 | |
ie specific css fixes
Diffstat (limited to 'css')
| -rw-r--r-- | css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/screen.css b/css/screen.css index 7d78e3b..94f4de1 100644 --- a/css/screen.css +++ b/css/screen.css @@ -169,7 +169,7 @@ hgroup h1 { .wf-inactive hgroup h1{ letter-spacing:4px; } -body.ie6 hgroup h1,body.ie7 hgroup h1 {margin-left:0;} +.ie6 hgroup h1,.ie7 hgroup h1 {margin-left:0;} hgroup h1:before { content: "F"; @@ -317,7 +317,7 @@ hgroup + p + p { -o-box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(0,0,0,0.2); box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(0,0,0,0.2); } -body.ie6 .bkmrklt a {color: #F0E4CC;} +.ie6 .bkmrklt a {color: #F0E4CC;} .bkmrklt a:hover { -webkit-animation-name: drag-me; |
