Committer: egeraskin
LJSUP-13933: Add icons to the footerU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2012-10-23 08:19:50 UTC (rev 23184) +++ trunk/htdocs/stc/lj_base.css 2012-10-23 14:45:40 UTC (rev 23185) @@ -255,20 +255,24 @@ /* Social links */ -.social-links LI { +.social-links DT, +.social-links DD { display: inline; - margin: 0 2px 0; padding: 0 !important; - vertical-align: top; } - .social-links LI.social-links-title { - margin-left: 0; + .social-links DT { + font-size: 11px !important; + vertical-align: top; } - .social-links LI A { + .social-links DD { + margin: 0 2px 0; + } + .social-links DD A { display: inline-block; width: 16px; height: 16px; border: 0 !important; + vertical-align: top; outline: none; background: url(/img/icons/sc.png?ver=1) no-repeat; }