<HTML> and <HEAD> set to overflow: hidden to get rid of extra scrollbars
[citadel.git] / webcit / static / styles / webcit.css
index 94a100b2dc53657d4ec140115a3c18b9d52f3504..66e1daeaebc76faf77446dca8f73ba89b76bd98c 100644 (file)
 
 /* 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% }