diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/html/test-stylesheet.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/html/test-stylesheet.css b/test/data/html/test-stylesheet.css index b4d2e255..0d7a0f2e 100644 --- a/test/data/html/test-stylesheet.css +++ b/test/data/html/test-stylesheet.css @@ -1,5 +1,5 @@ body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; max-width: 680px; padding: 0 1em; @@ -39,9 +39,9 @@ y-test { border-radius: 4px; } -.test:before, -y-test:before { - content: "Test " counter(test-id); +.test::before, +y-test::before { + content: 'Test ' counter(test-id); display: block; counter-increment: test-id; margin-bottom: 0.5em; |