Last active
December 31, 2015 00:29
-
-
Save hmps/7907793 to your computer and use it in GitHub Desktop.
Media object by @stubbornella
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
| .media-obj { | |
| margin:10px; | |
| } | |
| .media-obj, .media-obj__body { | |
| overflow:hidden; | |
| _overflow:visible; | |
| zoom:1; | |
| } | |
| .media-obj__img { | |
| float:left; | |
| margin-right: 10px; | |
| } | |
| .media-obj__img img { | |
| display:block; | |
| } | |
| /* Want to reverse the order? */ | |
| .media-obj__img-rev { | |
| float:right; | |
| margin-left: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment