mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
18 lines
325 B
CSS
18 lines
325 B
CSS
#user-stylesheet-indication
|
|
{
|
|
/* Used by the harness to display and indication there is a user-stylesheet applied */
|
|
display: block!important;
|
|
}
|
|
#htmlPrecedence003
|
|
{
|
|
/* Used by the test to hide the prerequsite */
|
|
display: none;
|
|
}
|
|
*
|
|
{
|
|
color: red;
|
|
}
|
|
font
|
|
{
|
|
text-decoration: underline;
|
|
} |