git-svn-id: svn://euphorik.ch/pompage@47 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / outline_block_level_elements.css
diff --git a/doc/webdeveloper/stylesheets/outline_block_level_elements.css b/doc/webdeveloper/stylesheets/outline_block_level_elements.css
deleted file mode 100644 (file)
index e73a83c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-address, blockquote, h1, h2, h3, h4, h5, h6, p, pre
-{
-    -moz-outline: 1px solid #ff0000 !important;
-    outline: 1px solid #ff0000 !important;
-}
-
-dd, dl, dt, ol, ul
-{
-    -moz-outline: 1px solid #00ff00 !important;
-    outline: 1px solid #00ff00 !important;
-}
-
-div, form, table
-{
-    -moz-outline: 1px solid #0000ff !important;
-    outline: 1px solid #0000ff !important;
-}