git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / dashboard / edit_html.css
diff --git a/doc/webdeveloper/dashboard/edit_html.css b/doc/webdeveloper/dashboard/edit_html.css
new file mode 100644 (file)
index 0000000..b11e1c6
--- /dev/null
@@ -0,0 +1,10 @@
+@import url("chrome://global/skin/");
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#webdeveloper-edit-html-dashboard > textbox
+{
+    -moz-appearance: none !important;
+    font-family: monospace !important;
+    margin: 0 !important;
+    padding: 0 !important;
+}