[Comoblog-commit] modules/mod_rss2/css mod_rss2.css.php,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-11 23:20:57
|
Update of /cvsroot/comoblog/modules/mod_rss2/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8739/mod_rss2/css Modified Files: mod_rss2.css.php Log Message: misc tweaks to layout and style sheet still to do - ensure that the created feeds are valid ( http://feedvalidator.org/) we need : valid date format author must be an email address (define as a constant ? so that a different email address (eg a spam trapper) can be used ?) use CDATA sections for decription valid language also - id prefere that the pages that are called are located in the root of the site - but i cant see away to modulise that - however i also think that RSS should be part of the base package not a module. Index: mod_rss2.css.php =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/css/mod_rss2.css.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_rss2.css.php 28 Nov 2005 11:05:36 -0000 1.1 +++ mod_rss2.css.php 11 Dec 2005 23:20:47 -0000 1.2 @@ -10,11 +10,10 @@ echo ' #mod_rss2 { - font-size: '.CFG_MOR_RSS2_FONT_SIZE.'px; - font-family: '.CFG_MOR_RSS2_FONT_FAMILY.'; - color: #'.CFG_MOR_RSS2_COLOR.'; - - } + font-size: '.CFG_MOD_RSS2_FONT_SIZE.'px; + font-family: '.CFG_MOD_RSS2_FONT_FAMILY.'; + color: #'.CFG_MOD_RSS2_COLOR.'; + } #mod_rss2 ul { margin: 0; padding: 0; @@ -27,13 +26,13 @@ } #mod_rss2 a { - color: #'.CFG_MOR_RSS2_A_COLOR.'; - text-decoration: '.CFG_MOR_RSS2_A_TEXT_DECORATION.'; + color: #'.CFG_MOD_RSS2_A_COLOR.'; + text-decoration: '.CFG_MOD_RSS2_A_TEXT_DECORATION.'; } #mod_rss2 a:hover { - color: #'.CFG_MOR_RSS2_A_HOVER_COLOR.'; - text-decoration: '.CFG_MOR_RSS2_A_HOVER_TEXT_DECORATION.'; + color: #'.CFG_MOD_RSS2_A_HOVER_COLOR.'; + text-decoration: '.CFG_MOD_RSS2_A_HOVER_TEXT_DECORATION.'; } '; } |