Merge pull request #7908 from nhsiehgit/issue363imgfix

added a css fix for the image bug issue
This commit is contained in:
Sven Dowideit 2014-09-08 11:10:03 +10:00
commit 4b3ee6c106
1 changed files with 3 additions and 0 deletions

View File

@ -326,3 +326,6 @@ ol li {
.navbar #usernav .nav li {
padding-top: 0px !important;
}
table.table tr td img {
width:100%;
}