From a07ff8ea1901e499136a43011a0f4e409dd70638 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 8 Oct 2004 07:06:45 +0000 Subject: [PATCH] Prevent some fixed content behavior. --- .userContent.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.userContent.css b/.userContent.css index 8f01fb8..457b3e8 100644 --- a/.userContent.css +++ b/.userContent.css @@ -13,6 +13,18 @@ html,html>head,html>head *,html>body,html>body * { color: white !important; border-color: gray !important; position: static !important; + left: 0px !important; + top: 0px !important; + right: 0px !important; + bottom: 0px !important; +/* It would prevent any tables formatting: + width: auto !important; + height: auto !important; +*/ +/* It would display all the intentionally hidden content: + display: inline !important; +*/ + text-indent: 0px !important; } html * li { -- 1.8.3.1