Merge pull request #1120 from lidice/adjust-image-width

Adjust img width in content box to max-width:100%
This commit is contained in:
Naoki Takezoe
2016-02-25 13:23:24 +09:00

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;
} }