forked from 0x2620/pandora
7 lines
111 B
CSS
7 lines
111 B
CSS
|
.InlineImages img {
|
||
|
float: left;
|
||
|
max-width: 256px;
|
||
|
max-height: 256px;
|
||
|
margin: 0 16px 16px 0;
|
||
|
}
|