23 lines
657 B
CSS
23 lines
657 B
CSS
/*
|
|
| --------------------------------------------------------
|
|
| File : css-ie-fix.css
|
|
| Project : Special Recent Posts plugin for Wordpress
|
|
| Version : 1.9.4
|
|
| Description : Specific stylesheet for IE7 browser
|
|
| Author : Luca Grandicelli
|
|
| Author URL : http://www.lucagrandicelli.com
|
|
| Plugin URL : http://www.lucagrandicelli.com/special-recent-posts-plugin-for-wordpress/
|
|
| --------------------------------------------------------
|
|
*/
|
|
|
|
div.srp-thumbnail-box {
|
|
float : left;
|
|
vertical-align : top;
|
|
padding-right : 10px;
|
|
}
|
|
|
|
div.srp-content-box {
|
|
display : inline-block;
|
|
vertical-align : top;
|
|
}
|