|
From: <ma...@us...> - 2011-01-11 20:47:02
|
Revision: 244
http://openautomation.svn.sourceforge.net/openautomation/?rev=244&view=rev
Author: mayerch
Date: 2011-01-11 20:46:56 +0000 (Tue, 11 Jan 2011)
Log Message:
-----------
Fixed display of unnecessary scrollbars
(-> http://stackoverflow.com/questions/4640348/why-do-scrollbars-appear-when-using-a-svg-element-inside-a-div)
Modified Paths:
--------------
PyWireGate/trunk/logic_editor/logicEditor.css
Modified: PyWireGate/trunk/logic_editor/logicEditor.css
===================================================================
--- PyWireGate/trunk/logic_editor/logicEditor.css 2011-01-09 20:14:55 UTC (rev 243)
+++ PyWireGate/trunk/logic_editor/logicEditor.css 2011-01-11 20:46:56 UTC (rev 244)
@@ -61,4 +61,8 @@
#editorX {
height: 100%;
width: 100%;
+}
+
+#editor svg {
+ display: block;
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|