Skip to content

Commit

Permalink
WEBSITE-273 [Blog] Fix tags cloud CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Mar 24, 2015
1 parent cb9433a commit 5e3af6f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions stylesheets/styles.scss
Expand Up @@ -354,6 +354,20 @@ footer.container {
margin-bottom: 1em;
}

// Cloud tags
.tags {
display: block;
margin: 4px 0;
}

.tags:first-child {
margin-top: 0;
}

.tags-0 {
display: none;
}

// Cloud authors
.author {
display: block;
Expand All @@ -369,6 +383,3 @@ footer.container {
display: none;
}

.tags-0 {
display: none;
}

0 comments on commit 5e3af6f

Please sign in to comment.