ab5f78d6681dfa13742ad53eec2e77d8a1faceaa
[pompage.git] / doc / webdeveloper / stylesheets / display_abbreviations.css
1 @import url("imports/before.css");
2
3 abbr:before
4 {
5 content: "Abbr=" attr(title) !important;
6 }
7
8 acronym:before
9 {
10 content: "Acronym=" attr(title) !important;
11 }