Merge pull request #146 from creative-commoners/pulls/2.0/fix-image-float

FIX Remove image styles - revert to original
This commit is contained in:
Robbie Averill 2018-01-29 13:44:30 +13:00 committed by GitHub
commit 2600e55047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -210,8 +210,10 @@ h6 .heading-anchor-link {
/*! images */
img {
max-width: 100%;
padding: 10px;
float: right;
border: 1px solid #ccc;
padding: 6px;
margin: 10px 0;
border-radius: 3px;
}
/*! code */