From bbb12112aa8f6564aa348976f682c5e5765645e3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 25 Nov 2010 15:10:00 -0500 Subject: [PATCH] and set to overflow: hidden to get rid of extra scrollbars --- webcit/static/styles/webcit.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 94a100b2d..66e1daeae 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -19,9 +19,15 @@ /* Typography */ -html {font-size: 100%} +html { + font-size: 100; + overflow: hidden; +} -body { font-size: 100%} +body { + font-size: 100%; + overflow: hidden; +} .address_book_popup_title { font-size: 130% } -- 2.39.2