9 lines
89 B
CSS
9 lines
89 B
CSS
|
.imageleft {
|
||
|
float: left;
|
||
|
margin-right: 0.3em;
|
||
|
}
|
||
|
|
||
|
.imageleft img {
|
||
|
width: 1.5em;
|
||
|
}
|