diff options
Diffstat (limited to 'test/data/html/test-stylesheet.css')
-rw-r--r-- | test/data/html/test-stylesheet.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/html/test-stylesheet.css b/test/data/html/test-stylesheet.css index 2e9a2f52..b4d2e255 100644 --- a/test/data/html/test-stylesheet.css +++ b/test/data/html/test-stylesheet.css @@ -19,7 +19,8 @@ p { margin: 0.33em 0; } -h1+p { +h1+p, +h1+y-description { margin-top: -0.67em; } |