ASong2U_Web/wp-content/plugins/special-recent-posts/css/css-ie-fix.css

23 lines
657 B
CSS
Raw Permalink Normal View History

/*
| --------------------------------------------------------
| 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;
}