diff options
Diffstat (limited to 'Base/res/html/misc/borders.html')
-rw-r--r-- | Base/res/html/misc/borders.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/html/misc/borders.html b/Base/res/html/misc/borders.html index 32447b0721..d84befbe11 100644 --- a/Base/res/html/misc/borders.html +++ b/Base/res/html/misc/borders.html @@ -51,7 +51,7 @@ div + div { #three-px-solid-blue { border: 3px solid blue; } -#foo-but-actually-resetted { +#foo-but-actually-reset { border-top-color: red; border-right-color: lime; border-bottom-color: blue; @@ -132,7 +132,7 @@ div + div { <div id="resetting">resetting</div> <div id="three-px-solid-blue-separate">three px solid blue separate</div> <div id="three-px-solid-blue">three px solid blue</div> -<div id="foo-but-actually-resetted">foo but actually resetted</div> +<div id="foo-but-actually-reset">foo but actually reset</div> <div id="double-width">double width</div> <div id="double-style">double style</div> <div id="double-color">double color</div> |