Created
October 3, 2012 17:39
-
-
Save SBoudrias/3828509 to your computer and use it in GitHub Desktop.
Untitled
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
.domino_page_bouton, | |
.domino_page_bouton:visited { | |
display: inline-block; | |
color: #fff; | |
text-decoration: none; | |
text-align: center; | |
font-size: 18px; | |
line-height: 20px; | |
/* Add and remove font-family to see the bug. This happen only in Google Chrome */ | |
font-family: vollkorn; | |
font-weight: 700; | |
width: 140px; | |
padding: 5px; | |
margin-top: 15px; | |
background-color: #e41e26; | |
box-shadow: #c4c4bf 2px 3px 0; | |
border-radius: 5px; | |
} |
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
<link href='//fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700' rel='stylesheet' type='text/css'> | |
<a href="#" class="domino_page_bouton"> | |
Ajouter | |
</a> | |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment