mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
FIX Remove image float
This commit is contained in:
parent
7d22660989
commit
4b18922674
@ -210,8 +210,10 @@ h6 .heading-anchor-link {
|
|||||||
/*! images */
|
/*! images */
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 10px;
|
border: 1px solid #ccc;
|
||||||
float: right;
|
padding: 6px;
|
||||||
|
margin: 10px 0;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! code */
|
/*! code */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user