Created
February 8, 2021 13:55
-
-
Save wpmu-authors/9a1fca4369b69da58cd25cfd7cd41d59 to your computer and use it in GitHub Desktop.
style.css
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
.comment-stat-bars { | |
overflow:hidden | |
} | |
.comment-stat-bar { | |
margin:0 1%; | |
background-color: #2ea2cc; | |
border-top-color: #fff; | |
border-top-style: solid; | |
float:left; | |
} | |
.comment-stat-labels { | |
overflow:hidden; | |
} | |
.comment-stat-label { | |
float:left; | |
margin:0 1%; | |
padding:5px 0; | |
text-align:center; | |
} | |
.comment-stat-caption { | |
text-align:center; | |
margin:11px 0; | |
font-style:italic | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment