personal-blog/static/css/custom.css

16 lines
158 B
CSS
Raw Normal View History

2023-07-01 03:19:19 +00:00
img[src$='#floatleft']
{
float:left;
//etc. etc/
}
}
floatleft {
max-width: 30%;
width: auto\9*0.3; /* ie8 */
height: auto;
float: left;
}