git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / display_object_information.css
diff --git a/doc/webdeveloper/stylesheets/display_object_information.css b/doc/webdeveloper/stylesheets/display_object_information.css
new file mode 100644 (file)
index 0000000..208395a
--- /dev/null
@@ -0,0 +1,17 @@
+@import url("imports/tooltips.css");
+
+div.webdeveloper-display-object-information
+{
+       margin: 5px !important;
+}
+
+div.webdeveloper-display-object-information > p
+{
+    margin: 0 !important;
+    padding: 0 !important;
+}
+
+div.webdeveloper-display-object-information > p.param
+{
+    padding-left: 10px !important;
+}
\ No newline at end of file