From 0d7fdf3fb91c7355c46bbce553f735911b6f951d Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Wed, 16 Nov 2005 18:16:41 +0000 Subject: [PATCH] adding digg.com git-svn-id: svn://10.0.0.236/trunk@184771 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/minimo/components/ssr/sites.css | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/mozilla/minimo/components/ssr/sites.css b/mozilla/minimo/components/ssr/sites.css index bbecbf2ed48..1a2c7503eee 100755 --- a/mozilla/minimo/components/ssr/sites.css +++ b/mozilla/minimo/components/ssr/sites.css @@ -21,3 +21,32 @@ padding: 5px !important; } } + +@-moz-document domain(digg.com) +{ + * { width: auto ! important; + } + + div#container + { + min-width: 0 ! important; + } + + li.digg-count + { + font-size: 6px ! important; + } + + div#google-broad, div#header + { + display: none ! important; + margin: 0 ! important; + padding: 0 ! important; + } + + div#contents + { + margin: 0 ! important; + padding: 0 ! important; + } +}