summaryrefslogtreecommitdiff
path: root/Base/res/html
diff options
context:
space:
mode:
Diffstat (limited to 'Base/res/html')
-rw-r--r--Base/res/html/misc/box-shadow.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/html/misc/box-shadow.html b/Base/res/html/misc/box-shadow.html
index c1fe9b4d12..5d550f0352 100644
--- a/Base/res/html/misc/box-shadow.html
+++ b/Base/res/html/misc/box-shadow.html
@@ -21,8 +21,8 @@
<p>box-shadow: 20px 10px magenta</p>
</div>
-<div class="box" style="box-shadow: -40px -20px magenta">
- <p>box-shadow: -40px -20px magenta</p>
+<div class="box" style="box-shadow: magenta -40px -20px">
+ <p>box-shadow: magenta -40px -20px</p>
</div>
<div class="box" style="box-shadow: 20px 10px rgba(255,0,255,0.5)">