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=0000000000000000000000000000000000000000;hp=ab5f78d6681dfa13742ad53eec2e77d8a1faceaa;hb=eb7467621891b71883916c90f91bddf4c38d615f;hpb=de6efc861c1f471125cb4d3ab3d0f82572b3d21b diff --git a/doc/webdeveloper/stylesheets/display_abbreviations.css b/doc/webdeveloper/stylesheets/display_abbreviations.css deleted file mode 100644 index ab5f78d..0000000 --- a/doc/webdeveloper/stylesheets/display_abbreviations.css +++ /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; -}