git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / display_table_information.css
diff --git a/doc/webdeveloper/stylesheets/display_table_information.css b/doc/webdeveloper/stylesheets/display_table_information.css
new file mode 100644 (file)
index 0000000..1c91a39
--- /dev/null
@@ -0,0 +1,22 @@
+@import url("imports/tooltips.css");
+
+div.webdeveloper-display-table-information
+{
+       margin: 5px !important;
+}
+
+div.webdeveloper-display-table-information, div.webdeveloper-display-table-information dd, div.webdeveloper-display-table-information dl, div.webdeveloper-display-table-information dt, div.webdeveloper-display-table-information p
+{
+    padding: 0 !important;
+}
+
+div.webdeveloper-display-table-information dd, div.webdeveloper-display-table-information dl, div.webdeveloper-display-table-information p
+{
+    margin: 0 !important;
+}
+
+div.webdeveloper-display-table-information dt
+{
+    font-weight: bold !important;
+    margin: 0 0 5px 0 !important;
+}
\ No newline at end of file