CVS update: /cowiki/htdocs/tpl/africa/, /cowiki/htdocs/tpl/curare/, /cowiki/htdocs/tpl/default/, /cowiki/htdocs/tpl/spitsbergen/

[email protected] 3 Aug 2005 02:13:42 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/08/02 19:13:42

Modified:
   cowiki/htdocs/tpl/africa/tpl.conf
   cowiki/htdocs/tpl/curare/tpl.conf
   cowiki/htdocs/tpl/default/tpl.conf
   cowiki/htdocs/tpl/spitsbergen/tpl.conf

Log:
 Paradigm change. The templates carry their preferred (africa and spitbergen already did) font style.
 There is still a misbehaviour when a user is changing the themes and the font style and size remain. This needs to be changed/fixed.

File Changes:

Directory: /cowiki/htdocs/tpl/africa/
=====================================

File [changed]: tpl.conf
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/tpl/africa/tpl.conf?r1=1.6&r2=1.7
Delta lines:  +2 -2
-------------------
--- tpl.conf	23 Jan 2005 20:47:19 -0000	1.6
+++ tpl.conf	3 Aug 2005 02:13:40 -0000	1.7
@@ -30,8 +30,8 @@
 [FONT]
 
     ; CSS base font families, size, alignment etc.
-    FAMILY = "georgia"
-    SIZE   = "14"
+    FAMILY = "Georgia, Arial, Helvetica, sans-serif"
+    SIZE   = "14px"
     ALIGN  = ""
 
 ; -------------------------------------------------------------------------

Directory: /cowiki/htdocs/tpl/curare/
=====================================

File [changed]: tpl.conf
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/tpl/curare/tpl.conf?r1=1.9&r2=1.10
Delta lines:  +2 -2
-------------------
--- tpl.conf	23 Jan 2005 20:47:19 -0000	1.9
+++ tpl.conf	3 Aug 2005 02:13:40 -0000	1.10
@@ -30,8 +30,8 @@
 [FONT]
 
     ; CSS base font families, size, alignment etc.
-    FAMILY = ""
-    SIZE   = ""
+    FAMILY = "Arial, Helvetica, sans-serif"
+    SIZE   = "15px"
     ALIGN  = ""
 
 ; -------------------------------------------------------------------------

Directory: /cowiki/htdocs/tpl/default/
======================================

File [changed]: tpl.conf
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/tpl/default/tpl.conf?r1=1.22&r2=1.23
Delta lines:  +1 -1
-------------------
--- tpl.conf	16 May 2005 22:30:22 -0000	1.22
+++ tpl.conf	3 Aug 2005 02:13:40 -0000	1.23
@@ -31,7 +31,7 @@
 [FONT]
 
     ; CSS base font families, size, alignment etc.
-    FAMILY = ""
+    FAMILY = "Arial, Helvetica, sans-serif"
     SIZE   = "15px"
     ALIGN  = ""
 

Directory: /cowiki/htdocs/tpl/spitsbergen/
==========================================

File [changed]: tpl.conf
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/tpl/spitsbergen/tpl.conf?r1=1.5&r2=1.6
Delta lines:  +2 -2
-------------------
--- tpl.conf	23 Jan 2005 20:47:19 -0000	1.5
+++ tpl.conf	3 Aug 2005 02:13:40 -0000	1.6
@@ -30,8 +30,8 @@
 [FONT]
 
     ; CSS base font families, size, alignment etc.
-    FAMILY = "georgia"
-    SIZE   = "14"
+    FAMILY = "Georgia, Arial, Helvetica, sans-serif"
+    SIZE   = "14px"
     ALIGN  = ""
 
 ; -------------------------------------------------------------------------