looks like opera implemented it according to apple specs and height/width
[squirrelmail.git] / themes / spice_of_life_lite.php
index 11f1523a6bfe0ff60cf55713792ef662d2c6e7ef..43de2157090fef9aa5673d6b1e95713d50cd4924 100755 (executable)
@@ -7,11 +7,11 @@
  * Comment This theme generates random colors, featuring a
  *         lite background with dark text.
  *
- * Copyright (c) 2000-2003 The SquirrelMail Project Team
+ * Copyright (c) 2000-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
- * @package squirrelmai
+ * @package squirrelmail
  * @subpackage themes
  */
 
@@ -20,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -66,4 +66,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file