[kupu-checkins] r54939 - kupu/trunk/kupu/widgeteer

guido at codespeak.net guido at codespeak.net
Mon May 19 16:03:03 CEST 2008


Author: guido
Date: Mon May 19 16:02:57 2008
New Revision: 54939

Modified:
   kupu/trunk/kupu/widgeteer/kupustyles.css
Log:
Fixed scrollbar rendering issue properly now (for Moz at least, needs to be
tested in IE).


Modified: kupu/trunk/kupu/widgeteer/kupustyles.css
==============================================================================
--- kupu/trunk/kupu/widgeteer/kupustyles.css	(original)
+++ kupu/trunk/kupu/widgeteer/kupustyles.css	Mon May 19 16:02:57 2008
@@ -182,7 +182,7 @@
 iframe.kupu-editor-iframe {
   width: 100%;
   height: 100%;
-  margin-bottom: 3em;
+  margin-bottom: -3em;
 }
 
 textarea.kupu-editor-textarea {


More information about the kupu-checkins mailing list