Created
May 4, 2011 14:06
-
-
Save mateuspontes/955273 to your computer and use it in GitHub Desktop.
CSS Comentários - MacMagazine like
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
.comentarios { | |
background: url("http://macmagazine.com.br/wp-content/themes/macmagazine/images/bgComentarios.gif") repeat-x scroll center center transparent; | |
border: 3px solid white; | |
border-radius: 30px; | |
box-shadow: 0 2px 5px #333333; | |
display: block; | |
font-size: 13px; | |
font-weight: 500; | |
height: 21px; | |
left: -5px; | |
line-height: 21px; | |
min-width: 13px; | |
padding: 0 4px; | |
position: absolute; | |
text-align: center; | |
top: -5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment