Index: trunk/kernel/admin_templates/incs/style.css =================================================================== diff -u -r4466 -r4467 --- trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4466) +++ trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4467) @@ -518,29 +518,26 @@ vertical-align: top; padding-top: 0px; text-align: center; - width:28px; + width: 28px; } .subitem_description { vertical-align: middle; } -.dLink { +.dLink, .dLink:hover { display: block; margin-bottom: 5px; font-family: Verdana; font-size: 13px; font-weight: bold; color: #2C73CB; +} + +.dLink { text-decoration: none; } .dLink:hover { - display: block; - margin-bottom: 5px; - font-family: Verdana; - font-size: 13px; - font-weight: bold; - color: #2C73CB; text-decoration: underline; }