[Comoblog-commit] modules/mod_rss2/css mod_rss2.css.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 23:09:39
|
Update of /cvsroot/comoblog/modules/mod_rss2/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23969/mod_rss2/css Modified Files: mod_rss2.css.php Log Message: RSS FEEDS FOR POSTS AND COMMENTS changed the templates so that they validate, removed the latest comments from the side bar and put them into there own module (mod_latest_comments) Index: mod_rss2.css.php =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/css/mod_rss2.css.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mod_rss2.css.php 11 Dec 2005 23:20:47 -0000 1.2 +++ mod_rss2.css.php 16 Feb 2006 23:09:35 -0000 1.3 @@ -14,17 +14,6 @@ font-family: '.CFG_MOD_RSS2_FONT_FAMILY.'; color: #'.CFG_MOD_RSS2_COLOR.'; } - - #mod_rss2 ul { - margin: 0; padding: 0; - } - - #mod_rss2 li { - - list-style-type: none; - padding-bottom : 5px; - } - #mod_rss2 a { color: #'.CFG_MOD_RSS2_A_COLOR.'; text-decoration: '.CFG_MOD_RSS2_A_TEXT_DECORATION.'; |