Committer: skomarov
LJSUP-9977: remove underline for linksU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-09-30 08:45:21 UTC (rev 20188) +++ trunk/htdocs/stc/lj_base.css 2011-09-30 08:56:03 UTC (rev 20189) @@ -2887,7 +2887,11 @@ .b-contextualhover INPUT { padding: 0; margin: 0; + color: #000; } + .b-contextualhover A { + text-decoration: none !important; + } .b-contextualhover P { line-height: 18px; font-size: 12px; @@ -2923,6 +2927,7 @@ } .b-contextualhover .b-contextualhover-title H3 { font-weight: normal; + font-style: normal; line-height: 16px; font-size: 12px; }