Improve explanation text for comments, make abbr dotted again
This commit is contained in:
@ -161,10 +161,10 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
abbr {
|
||||
abbr[title] {
|
||||
cursor: help;
|
||||
text-decoration: underline;
|
||||
-webkit-text-decoration: underline;
|
||||
text-decoration: underline dotted;
|
||||
-webkit-text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
aside {
|
||||
|
Reference in New Issue
Block a user