diff options
| author | Josh Brewer | 2011-04-20 14:01:32 -0700 |
|---|---|---|
| committer | Josh Brewer | 2011-04-20 14:01:32 -0700 |
| commit | 2784bbb898c4cd80fe5d7eb1ea16714b3c0df302 (patch) | |
| tree | f73a64b5241e3248ab0ed42c0e8329261e76c361 /css | |
| parent | 16b5dfb5e1b73b4a137d6115203b703a6f3d8d00 (diff) | |
| download | ffffallback-2784bbb898c4cd80fe5d7eb1ea16714b3c0df302.tar.bz2 | |
ie specific css fixes
Diffstat (limited to 'css')
| -rw-r--r-- | css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/screen.css b/css/screen.css index 59b15bd..7d78e3b 100644 --- a/css/screen.css +++ b/css/screen.css @@ -132,7 +132,7 @@ body { height:100%; width:100%; } -body.ie6, body.ie7 {color:#cabfac;} +.ie6, .ie7 {color:#cabfac;} span.horizon { border-top:1px solid #423E39; height:1px; |
