css: use max-width for better image preview
This commit is contained in:
parent
70b34515f8
commit
a3282ecf29
2 changed files with 8 additions and 3 deletions
|
|
@ -44,11 +44,16 @@ blockquote.blockquote {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.postImage {
|
||||
.postImageContainer {
|
||||
float: left;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.postImage {
|
||||
max-width: 250px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.quote {
|
||||
color: green;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue