diff --git a/static/flexbox/index.html b/static/flexbox/index.html index a89e44a..e24070c 100644 --- a/static/flexbox/index.html +++ b/static/flexbox/index.html @@ -3,8 +3,8 @@ Sanic - Flexbox layout - - + + @@ -158,6 +158,6 @@ - + diff --git a/static/flexbox/rangeinput.css b/static/rangeinput.css similarity index 100% rename from static/flexbox/rangeinput.css rename to static/rangeinput.css diff --git a/static/flexbox/sanic.js b/static/sanic.js similarity index 100% rename from static/flexbox/sanic.js rename to static/sanic.js diff --git a/static/flexbox/treeview.css b/static/treeview.css similarity index 96% rename from static/flexbox/treeview.css rename to static/treeview.css index 6f052b6..f43ab03 100644 --- a/static/flexbox/treeview.css +++ b/static/treeview.css @@ -83,7 +83,7 @@ .tree summary::before { z-index : 1; - background : #696 url('../img/expand-collapse.svg') 0 0; + background : #696 url('img/expand-collapse.svg') 0 0; } .tree details[open] > summary::before {