Commit ca9f61d4068bf65f6855e5e3162b24e779362138
1 parent
8f445b8e
Exists in
master
and in
5 other branches
Css fixes
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -2719,7 +2719,10 @@ float: none; |
| 2719 | 2719 | vertical-align: middle; |
| 2720 | 2720 | } |
| 2721 | 2721 | |
| 2722 | - | |
| 2722 | +.action-home-index #content .tags-block .tag_cloud a:hover { | |
| 2723 | + font-size: 12pt !important; | |
| 2724 | + color: #FFF !important; | |
| 2725 | +} | |
| 2723 | 2726 | |
| 2724 | 2727 | /*IE FIX*/ |
| 2725 | 2728 | .action-home-index #content .box-1 .communities-block { | ... | ... |