Added rules for Q tag

git-svn-id: svn://10.0.0.236/trunk@26267 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com 1999-04-05 02:56:37 +00:00
parent 17fdb38b65
commit 934e254458
2 changed files with 14 additions and 0 deletions

View File

@ -174,6 +174,13 @@ colgroup {
/* spans */
Q:before {
content: open-quote;
}
Q:after {
content: close-quote;
}
a:link {
display: inline;
color: blue;

View File

@ -174,6 +174,13 @@ colgroup {
/* spans */
Q:before {
content: open-quote;
}
Q:after {
content: close-quote;
}
a:link {
display: inline;
color: blue;