diff --git a/Base/res/html/misc/backgrounds.html b/Base/res/html/misc/backgrounds.html index 7103b56756..b7880314f5 100644 --- a/Base/res/html/misc/backgrounds.html +++ b/Base/res/html/misc/backgrounds.html @@ -102,16 +102,17 @@

Images should fill the content-box, with padding on each side. (5px, 10px, 15px, 20px) and aligned so their top-left corner will be at the top-left of the box. This produces clipping.

- background: url('background-repeat.png') padding-box content-box -
+ background: url('background-repeat.png') yellow padding-box content-box +
background-image: url('background-repeat.png');
+ background-color: yellow;
background-origin: padding-box;
background-clip: content-box;
-
+

Size

@@ -185,6 +186,19 @@
+

Images should all be whole, and be shrunk and spaced to fill the box

+
+ background: url('background-repeat.png') space round +
+
+
+ + background-image: url('background-repeat.png');
+ background-repeat: space round; +
+
+
+

Multiple backgrounds

Should have one smiley face in each corner and one in the center