Adjust img width in content box to max-width:100%

This commit is contained in:
lidice
2016-02-23 19:52:44 +09:00
parent 505bc71f9a
commit a31e4b5897

View File

@@ -341,6 +341,10 @@ div.box-content-bottom {
margin-bottom: 20px; margin-bottom: 20px;
} }
div.box-content-bottom img {
max-width: 100%;
}
table.table th.box-header { table.table th.box-header {
background-color: #f5f5f5; background-color: #f5f5f5;
} }