Merge pull request #82 from manhg/master

Fix bug of image max width (supposed to be width of its container)
pull/85/head
Abdullah Almsaeed 2014-07-27 13:57:12 -04:00
commit e715f1b75d
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ h6,
}
/* All images should be responsive */
img {
max-width: 100%important;
max-width: 100% !important;
}
.sort-highlight {
background: #f4f4f4;

View File

@ -140,7 +140,7 @@ h6,
/* All images should be responsive */
img {
max-width: 100%important;
max-width: 100% !important;
}
.sort-highlight {