Site: Don't allow the img to be larger than the containing obj. [ci skip]

/cc @penibelst
This commit is contained in:
Parker Moore 2014-06-08 19:45:00 -04:00
parent 27c9fce15b
commit ade601ab81
1 changed files with 4 additions and 0 deletions

View File

@ -590,6 +590,10 @@ article h2:first-child {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
}
.post-content img {
max-width: 100%
}
.label {
float: left;
text-transform: uppercase;