mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
templates: Break out text decoration shorthand since some browsers are pickier than I thought.
This commit is contained in:
parent
679ba4d562
commit
0b499c2f2c
@ -462,7 +462,9 @@ article.docs td {
|
|||||||
|
|
||||||
article.docs td > code {
|
article.docs td > code {
|
||||||
padding: 0 .2em;
|
padding: 0 .2em;
|
||||||
text-decoration: underline dotted steelblue;
|
text-decoration: underline;
|
||||||
|
text-decoration-style: dotted;
|
||||||
|
text-decoration-color: steelblue;
|
||||||
text-decoration-thickness: .1em;
|
text-decoration-thickness: .1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user