summaryrefslogtreecommitdiff
path: root/liberty_lib.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2009-01-24 07:50:26 +0000
committerMax Kremmel <xing@synapse.plus.com>2009-01-24 07:50:26 +0000
commit6b4090d0a767c0673f861f2a4ff596a63e034b33 (patch)
tree23f172be244712dd9d2c1c46293c87be6c3e6d1e /liberty_lib.php
parentef9394bd7188a5c604fffc09c3a7250a95916e75 (diff)
downloadliberty-6b4090d0a767c0673f861f2a4ff596a63e034b33.tar.gz
liberty-6b4090d0a767c0673f861f2a4ff596a63e034b33.tar.bz2
liberty-6b4090d0a767c0673f861f2a4ff596a63e034b33.zip
alphabetically sort options for easier overview
Diffstat (limited to 'liberty_lib.php')
-rw-r--r--liberty_lib.php17
1 files changed, 8 insertions, 9 deletions
diff --git a/liberty_lib.php b/liberty_lib.php
index 3fe1133..9e55267 100644
--- a/liberty_lib.php
+++ b/liberty_lib.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/liberty_lib.php,v 1.48 2008/11/18 00:07:36 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/liberty_lib.php,v 1.49 2009/01/24 07:50:26 squareing Exp $
* @package liberty
* @subpackage functions
*/
@@ -239,19 +239,18 @@ function liberty_plugins_wrapper_style( $pParamHash ) {
break;
case 'background':
case 'background-color':
- case 'float':
- case 'padding':
- case 'margin':
- case 'background':
case 'border':
- case 'overflow':
- case 'text-align':
case 'color':
+ case 'display':
+ case 'float':
case 'font':
+ case 'font-family':
case 'font-size':
case 'font-weight':
- case 'font-family':
- case 'display':
+ case 'margin':
+ case 'overflow':
+ case 'padding':
+ case 'text-align':
$ret['style'] .= "{$key}:{$value};";
break;
// align and float are special