1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/styles/workarounds.ie9.css
Adam Harvey e1bdfb8f38 Add some very simple styling to the conference teaser on the home page. This
isn't intended to be the final version of this, and I'd love someone else to
make it pretty -- for now, all I've done is set it apart a touch from the news
feed.
2011-03-18 06:02:20 +00:00

7 lines
247 B
CSS

#confTeaser td {
/* No version of IE currently available (including IE 9) supports setting
* the display on td elements to anything other than table-cell. The float
* masks the problem without really fixing it. */
float: left;
}