Last active
August 29, 2015 14:08
-
-
Save woniesong92/ca8ef9cf8da0964899ba 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
.bar { | |
font: 10px sans-serif; | |
background-color: #e74c3c; | |
text-align: right; | |
padding: 3px; | |
margin: 1px; | |
height: 40px; | |
line-height: 35px; | |
color: white; | |
margin-left: 120px; | |
} | |
.vote-btn { | |
border: solid 1px #20538D; | |
height: 40px; | |
width: 100px; | |
float: left; | |
line-height: 35px; | |
color: blue; | |
font-size: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment