mirror of
https://github.com/php/web-php.git
synced 2026-04-24 15:38:06 +02:00
e1bdfb8f38
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;
|
|
}
|