Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 8, 2021 13:55
Show Gist options
  • Save wpmu-authors/9a1fca4369b69da58cd25cfd7cd41d59 to your computer and use it in GitHub Desktop.
Save wpmu-authors/9a1fca4369b69da58cd25cfd7cd41d59 to your computer and use it in GitHub Desktop.
style.css
.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