Created
July 14, 2012 06:53
-
-
Save h5y1m141/3109765 to your computer and use it in GitHub Desktop.
css for chrome extention
This file contains 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
body { | |
width:400px; | |
overflow-x:hidden; | |
} | |
img { | |
float:left; | |
} | |
p { | |
font-size:14px; | |
vertical-align:top; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment