mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
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.
7 lines
247 B
CSS
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;
|
|
}
|