From b18796b08bbf42f45f626e34684c340e9b902b51 Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Thu, 17 Nov 2005 17:18:17 +0000 Subject: [PATCH] Fixing bug 316783. patch by mr css glazman. --- minimo/components/ssr/sites.css | 12 ++++++++++++ minimo/components/ssr/smallScreen.css | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/minimo/components/ssr/sites.css b/minimo/components/ssr/sites.css index 1a2c7503eee..3c6b2b9a5d3 100755 --- a/minimo/components/ssr/sites.css +++ b/minimo/components/ssr/sites.css @@ -50,3 +50,15 @@ padding: 0 ! important; } } + + +@-moz-document domain(weblogs.mozillazine.org) +{ + div#rightcol-full + { + display: none ! important; + margin: 0 ! important; + padding: 0 ! important; + } +} + diff --git a/minimo/components/ssr/smallScreen.css b/minimo/components/ssr/smallScreen.css index e051d403236..82376315a24 100755 --- a/minimo/components/ssr/smallScreen.css +++ b/minimo/components/ssr/smallScreen.css @@ -10,7 +10,7 @@ html * { /* for all elements but the root element and the body, let's */ /* cancel all annoying document's settings */ -html * { +html *:not(select):not(option):not(optgroup) { /* first cancel all size settings */ width: auto ! important; height: auto ! important;