Created
July 10, 2019 13:53
-
-
Save itsKnight847/e163071db34aae7c7b95c95a4f55cbff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* FCK | |
*/ | |
img.fr-dii.fr-fil { | |
float: left; | |
margin: 5px 5px 5px 0; | |
max-width: calc(100% - 5px); | |
} | |
img.fr-dii.fr-fir { | |
float: right; | |
margin: 5px 0 5px 5px; | |
max-width: calc(100% - 5px) | |
} | |
img.fr-dii { | |
display: inline-block; | |
float: none; | |
vertical-align: bottom; | |
margin-left: 5px; | |
margin-right: 5px; | |
max-width: calc(100% - (2 * 5px)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment