[dev-random2] Improved the tag cloud

This commit is contained in:
m-r-r
2012-08-18 13:06:55 +02:00
parent 7e147d5519
commit 2d47297324
2 changed files with 21 additions and 10 deletions

View File

@@ -117,16 +117,22 @@ article:last-of-type:after {
text-align: center;
}
#tag-cloud li:hover {
-webkit-transform: rotate(0deg), scale(1.3, 1.3) !important;
-moz-transform: rotate(0deg), scale(1.3, 1.3) !important;
-ms-transform: rotate(0deg), scale(1.3, 1.3) !important;
-o-transform: rotate(0deg), scale(1.3, 1.3) !important;
transform: rotate(0deg), scale(1.3, 1.3) !important;
#tag-cloud li {
margin: .2em 1em;
transition: transform 200ms linear;
}
#tag-cloud a {
#tag-cloud li a {
text-decoration: none;
color: #222;
}
#tag-cloud li:hover {
transform: rotate(0deg) scale(1.3, 1.3)!important;
}
#tag-cloud li:hover a {
color: black;
}
h1.small-title {