From 0806607370c1e8e62d76f849eae151c42ef8543f Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sat, 21 May 2016 20:42:12 +0200 Subject: [PATCH] examples: fixed conflicting body & html background --- examples/assets/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/assets/style.css b/examples/assets/style.css index f1ff4cbdc..fe9585c62 100644 --- a/examples/assets/style.css +++ b/examples/assets/style.css @@ -1,16 +1,16 @@ -html.arrow { - background: url(arrow.png) no-repeat bottom right; - height: 100%; -} - -body { +html { font: 15px/1.5 Tahoma, sans-serif; color: #333; background: #fff; - margin: 1.6em; + margin: 0 1.6em; padding: 0; } +html.arrow { + background: #fff url(arrow.png) no-repeat bottom right; + height: 100%; +} + h1 { font-size: 210%; font-weight: normal;