diff --git a/.gitignore b/.gitignore index ff96694..1aed96b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ fontello/ images/ save/ +files/ config.json \ No newline at end of file diff --git a/style.css b/css/style.css similarity index 97% rename from style.css rename to css/style.css index fce3ed2..cf49163 100644 --- a/style.css +++ b/css/style.css @@ -50,7 +50,7 @@ body { ::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece { - background: url("img/scrollbar-track.png") repeat-y !important; + background: url("../img/scrollbar-track.png") repeat-y !important; } ::-webkit-resizer { @@ -66,7 +66,7 @@ body { left: 0; width: 100%; height: 100%; - background-image: url("img/hk-background.jpg"); + background-image: url("../img/hk-background.jpg"); background-size: auto 100%; background-position: center top; background-repeat: no-repeat; @@ -172,7 +172,7 @@ p { margin: 1rem 0; height: 1.5rem; width: 100%; - background-image: url("img/fleur-divide.png"); + background-image: url("../img/fleur-divide.png"); background-size: auto 100%; background-position: center top; background-repeat: no-repeat; diff --git a/thumbnail1200x628.jpg b/img/thumbnail1200x628.jpg similarity index 100% rename from thumbnail1200x628.jpg rename to img/thumbnail1200x628.jpg diff --git a/index.html b/index.html index 52beaaa..2f81d68 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - +