Update of /cvsroot/comoblog/modules/mod_prevnext/css
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_prevnext/css
Modified Files:
mod_prevnext.css.php
Log Message:
work in progress, ditching this server cos its borked ;(
Index: mod_prevnext.css.php
===================================================================
RCS file: /cvsroot/comoblog/modules/mod_prevnext/css/mod_prevnext.css.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mod_prevnext.css.php 28 Nov 2005 10:31:34 -0000 1.1
+++ mod_prevnext.css.php 22 Oct 2006 11:44:01 -0000 1.2
@@ -12,13 +12,13 @@
#mod_prevnext {
font-size: '.CFG_MOD_PREVNEXT_FONT_SIZE.'px;
font-family: '.CFG_MOD_PREVNEXT_FONT_FAMILY.';
- color: #'.CFG_MOD_PREVNEXT_COLOR.';
-
- // can be used for setting the position etc
+ color: #'.CFG_MOD_PREVNEXT_COLOR.';
+
+ /* can be used for setting the position etc */
'. CFG_MOD_PREVNEXT_EXTRASTYLE .'
-
-
-
+
+
+
}
#mod_prevnext a {
|