Skip to content

Commit

Permalink
Fixing IE CSS bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pearson committed Sep 27, 2008
1 parent 6419a3d commit dc9e53e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion public/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ img {
display:block;
background-color:#333;
float:left;
white-space:nowrap;
}
#header p a,
#header p a:hover {
Expand Down Expand Up @@ -354,6 +353,16 @@ body.white #lifestream li p.tags a { color:#858585; }
display:block;
}

/*
---- IE Fixes
Ugly CSS Hacks, only using because it has only taken a little bit of work to get the site working correctly in IE
*/

* html #header { float:left; }
* html #header p span { white-space:nowrap; }
* + html #header p span { white-space:nowrap; }


/* ---- Clearfix */
.clearfix:after {
content:".";
Expand Down

0 comments on commit dc9e53e

Please sign in to comment.