X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_abbreviations.css;fp=doc%2Fwebdeveloper%2Fstylesheets%2Fdisplay_abbreviations.css;h=ab5f78d6681dfa13742ad53eec2e77d8a1faceaa;hp=0000000000000000000000000000000000000000;hb=c3b0deb3d8c9f439739c79806e915c29bc1d4b84;hpb=cff6539539a79e014f6ac8df46716cafce2c8472 diff --git a/doc/webdeveloper/stylesheets/display_abbreviations.css b/doc/webdeveloper/stylesheets/display_abbreviations.css new file mode 100644 index 0000000..ab5f78d --- /dev/null +++ b/doc/webdeveloper/stylesheets/display_abbreviations.css @@ -0,0 +1,11 @@ +@import url("imports/before.css"); + +abbr:before +{ + content: "Abbr=" attr(title) !important; +} + +acronym:before +{ + content: "Acronym=" attr(title) !important; +}