Replacing all PNGs with inline SVG

This commit is contained in:
softsimon
2022-08-29 19:02:22 +02:00
parent 38af1f3a4b
commit 6d13a1450a
24 changed files with 124 additions and 42 deletions

View File

@@ -1,10 +1,8 @@
#divider {
width: 3px;
width: 2px;
height: 200px;
left: 0;
top: -50px;
background-image: url('/resources/divider-new.png');
background-repeat: repeat-y;
position: absolute;
margin-bottom: 120px;
}