Merge pull request #3966 from rabuzarus/20171122_-_port_tagcloud

A tag cloud widget for the profile page
This commit is contained in:
Hypolite Petovan 2017-11-26 11:16:14 -05:00 committed by GitHub
commit 3fbf2e3bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 242 additions and 2 deletions

View file

@ -1238,6 +1238,11 @@ aside #group-sidebar li .group-edit-tool:first-child {
width: 75px;
border-radius: 4px;
}
/* Tag cloud widget */
.tagblock.widget > .tag-cloud {
text-align: center;
}
/* Section */
section ul.tabs {
display: none !important;