diff --git a/Base/res/html/misc/inline-node.html b/Base/res/html/misc/inline-node.html index d2f247cc45..0d5e0a62f3 100644 --- a/Base/res/html/misc/inline-node.html +++ b/Base/res/html/misc/inline-node.html @@ -42,9 +42,14 @@ } .outline3 { outline: 2px solid green; + outline-offset: 5px; border-radius: 10px; border: 2px solid black; } + .outline4 { + outline: 1px solid red; + outline-offset: -20px; + }
@@ -57,7 +62,7 @@