16 lines
158 B
CSS
16 lines
158 B
CSS
|
img[src$='#floatleft']
|
||
|
{
|
||
|
float:left;
|
||
|
//etc. etc/
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
floatleft {
|
||
|
max-width: 30%;
|
||
|
width: auto\9*0.3; /* ie8 */
|
||
|
height: auto;
|
||
|
float: left;
|
||
|
}
|