Fix bug of image max width (supposed to be width of its container)

This commit is contained in:
Giang Manh 2014-07-25 17:55:26 +09:00
parent 0e6963e04d
commit a34bf866ef
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 {