Merge pull request #31 from alicoding/master
Auto height for img in post-content
This commit is contained in:
commit
d70beddd28
|
@ -533,6 +533,7 @@ table.plain tbody > tr:nth-child(odd) > th {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The author credit area after the post */
|
/* The author credit area after the post */
|
||||||
|
|
Loading…
Reference in New Issue