From: Jan Schneider Date: Thu, 12 Aug 2010 15:52:03 +0000 (+0200) Subject: .scrollbar-quirk is no more. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dd24a90210ee7c3d308605f7fcf3f0f2decdccb4;p=horde.git .scrollbar-quirk is no more. --- diff --git a/hermes/scripts/Sandals.wdgt/themes/screen.css b/hermes/scripts/Sandals.wdgt/themes/screen.css index 29215adf8..3280553e0 100644 --- a/hermes/scripts/Sandals.wdgt/themes/screen.css +++ b/hermes/scripts/Sandals.wdgt/themes/screen.css @@ -13,10 +13,6 @@ body { color: #000; } -body.scrollbar-quirk { - margin-right: 15px; -} - p { margin-bottom: 10px; } diff --git a/horde/themes/rtl.css b/horde/themes/rtl.css index 923c58fb9..5abb0e435 100644 --- a/horde/themes/rtl.css +++ b/horde/themes/rtl.css @@ -4,10 +4,6 @@ body { font-family: Tahoma,Koodak,Homa,Nazli,Verdana,Geneva,"DejaVu Sans",Arial,sans-serif; } -body.scrollbar-quirk { - margin-left: 15px; -} - .header { text-align: right; } diff --git a/horde/themes/screen.css b/horde/themes/screen.css index b27c0fc7c..6fba38003 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -15,10 +15,6 @@ body { color: #000; } -body.scrollbar-quirk { - margin-right: 15px; -} - p { margin-bottom: 10px; } diff --git a/koward/www/htdocs/horde/themes/rtl.css b/koward/www/htdocs/horde/themes/rtl.css index 488180d1c..443052923 100644 --- a/koward/www/htdocs/horde/themes/rtl.css +++ b/koward/www/htdocs/horde/themes/rtl.css @@ -4,10 +4,6 @@ body { font-family: Tahoma,Koodak,Homa,Nazli,Verdana,Geneva,Arial,"Bitstream Vera Sans",Helvetica,sans-serif; } -body.scrollbar-quirk { - margin-left: 15px; -} - .header { text-align: right; } diff --git a/koward/www/htdocs/horde/themes/screen.css b/koward/www/htdocs/horde/themes/screen.css index 4294ea78e..88fbec4b5 100644 --- a/koward/www/htdocs/horde/themes/screen.css +++ b/koward/www/htdocs/horde/themes/screen.css @@ -15,10 +15,6 @@ body { color: #000; } -body.scrollbar-quirk { - margin-right: 15px; -} - p { margin-bottom: 10px; }