Committer: mchervonniy
LJSUP-7969: fix featured posts widget for LanzelotU trunk/htdocs/stc/lanzelot/css/modules.css
Modified: trunk/htdocs/stc/lanzelot/css/modules.css =================================================================== --- trunk/htdocs/stc/lanzelot/css/modules.css 2011-03-14 05:19:20 UTC (rev 10228) +++ trunk/htdocs/stc/lanzelot/css/modules.css 2011-03-14 05:57:32 UTC (rev 10229) @@ -556,6 +556,10 @@ } /* browse page */ +.appwidget-featuredposts .b-posts LI, +.appwidget-featuredcomms .b-posts LI { + padding:0; + } .appwidget-featuredposts .b-posts A:hover, .appwidget-featuredposts .b-posts A:active { text-decoration:none; @@ -575,6 +579,9 @@ border:0; background:none; } +.appwidget-browse .w-content { + padding-bottom:0; + } .appwidget-browse .w-head { background:none!important; }