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:
parent
17fdb38b65
commit
934e254458
@ -174,6 +174,13 @@ colgroup {
|
||||
|
||||
/* spans */
|
||||
|
||||
Q:before {
|
||||
content: open-quote;
|
||||
}
|
||||
Q:after {
|
||||
content: close-quote;
|
||||
}
|
||||
|
||||
a:link {
|
||||
display: inline;
|
||||
color: blue;
|
||||
|
||||
@ -174,6 +174,13 @@ colgroup {
|
||||
|
||||
/* spans */
|
||||
|
||||
Q:before {
|
||||
content: open-quote;
|
||||
}
|
||||
Q:after {
|
||||
content: close-quote;
|
||||
}
|
||||
|
||||
a:link {
|
||||
display: inline;
|
||||
color: blue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user