Added “.tip” class
This commit is contained in:
parent
72cc68ca00
commit
93561d1198
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ img {
|
||||||
.null, .nulltip {
|
.null, .nulltip {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
.nulltip {
|
.nulltip, .tip {
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
text-underline-offset: 3px;
|
text-underline-offset: 3px;
|
||||||
text-decoration-thickness: 1px;
|
text-decoration-thickness: 1px;
|
||||||
|
|
Loading…
Reference in a new issue