projects
/
pompage.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[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
}