From: Tomasz Wegrzanowski Date: Thu, 24 Jul 2003 01:58:26 +0000 (+0000) Subject: css fix for Opera fullscreen, version 2 X-Git-Tag: 1.1.0~377 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=87b4613c0aa9e0c5cc5388e60c005b17b45c4936;p=lhc%2Fweb%2Fwiklou.git css fix for Opera fullscreen, version 2 --- diff --git a/includes/Skin.php b/includes/Skin.php index 91e59b9f12..a82a103b97 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 276673d36b..013dd64d73 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;