Created
May 11, 2016 18:52
-
-
Save projoomexperts/f1b53fb46564879218ee505b9f90c02a 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
ul.sizelist li { | |
display: inline-block; | |
border: 1px solid #ddd; | |
padding: 1px 4px; | |
} | |
ul.sizelist { | |
display: block; | |
text-align: center; | |
} | |
ul.sizelist li.avactive { | |
background: #000; | |
color: #fff; | |
border: 1px solid #000; | |
} | |
ul.sizelist li.notactve { | |
background: #868686; | |
color: #fff; | |
border: 1px solid #868686; | |
} | |
ul.sizelist li.avactive a { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment