Browse Source

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 10 years ago
parent
commit
e715f1b75d
  1. 2
      css/AdminLTE.css
  2. 2
      less/core.less

2
css/AdminLTE.css

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

2
less/core.less

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

Loading…
Cancel
Save