git-svn-id: svn://euphorik.ch/pompage@45 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
new file mode 100644 (file)
index 0000000..ab5f78d
--- /dev/null
@@ -0,0 +1,11 @@
+@import url("imports/before.css");
+
+abbr:before
+{
+    content: "Abbr=" attr(title) !important;
+}
+
+acronym:before
+{
+    content: "Acronym=" attr(title) !important;
+}