git-svn-id: svn://euphorik.ch/pompage@47 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / display_abbreviations.css
diff --git a/doc/webdeveloper/stylesheets/display_abbreviations.css b/doc/webdeveloper/stylesheets/display_abbreviations.css
deleted file mode 100644 (file)
index ab5f78d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-@import url("imports/before.css");
-
-abbr:before
-{
-    content: "Abbr=" attr(title) !important;
-}
-
-acronym:before
-{
-    content: "Acronym=" attr(title) !important;
-}