git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / hide_images.css
diff --git a/doc/webdeveloper/stylesheets/hide_images.css b/doc/webdeveloper/stylesheets/hide_images.css
new file mode 100644 (file)
index 0000000..66b29cd
--- /dev/null
@@ -0,0 +1,16 @@
+*
+{
+    background-image: none !important;
+}
+
+img
+{
+    display: none !important;
+}
+
+span.webdeveloper-alt-attribute
+{
+    -moz-outline: 1px inset #000000 !important;
+    outline: 1px inset #000000 !important;
+    padding: 1px !important;
+}
\ No newline at end of file