From: Tomasz Wegrzanowski Date: Wed, 23 Jul 2003 23:08:37 +0000 (+0000) Subject: css fix for Opera fullscreen X-Git-Tag: 1.1.0~378 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=746a6920fe525833ffbcfade28b7cf163995d889;p=lhc%2Fweb%2Fwiklou.git css fix for Opera fullscreen --- diff --git a/includes/Skin.php b/includes/Skin.php index 4f374f8af9..91e59b9f12 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -87,7 +87,7 @@ class Skin { function getUserStyles() { - $s = "\n"; return $s; diff --git a/includes/SkinStandard.php b/includes/SkinStandard.php index 6f788b8308..276673d36b 100644 --- a/includes/SkinStandard.php +++ b/includes/SkinStandard.php @@ -21,7 +21,7 @@ class SkinStandard extends Skin { $s = parent::getUserStyles(); if ( 3 == $this->qbSetting() ) { # Floating left - $s .= "\n"; } return $s;