mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
FIX Remove image float
This commit is contained in:
parent
7d22660989
commit
4b18922674
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user