Merge pull request #31 from alicoding/master

Auto height for img in post-content
This commit is contained in:
John O'Nolan 2013-10-15 00:58:45 -07:00
commit d70beddd28
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ table.plain tbody > tr:nth-child(odd) > th {
display: block;
max-width: 100%;
margin: 0 auto;
height: auto;
}
/* The author credit area after the post */