git-svn-id: svn://euphorik.ch/pompage@47 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / outline_headings_before.css
diff --git a/doc/webdeveloper/stylesheets/outline_headings_before.css b/doc/webdeveloper/stylesheets/outline_headings_before.css
deleted file mode 100644 (file)
index fc196eb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-@import url("imports/before.css");
-
-h1:before
-{
-    content: "<h1>" !important;
-}
-
-h2:before
-{
-    content: "<h2>" !important;
-}
-
-h3:before
-{
-    content: "<h3>" !important;
-}
-
-h4:before
-{
-    content: "<h4>" !important;
-}
-
-h5:before
-{
-    content: "<h5>" !important;
-}
-
-h6:before
-{
-    content: "<h6>" !important;
-}