aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-09-10 00:14:04 +0200
committerThomas Lange <code@nerdmind.de>2018-09-10 00:14:04 +0200
commita0c72fd926778c68a5e331e58025054ebd27547c (patch)
treee7f0ba3f75ab7671046f6d5f3f66dca4bbca0956
parentc830d9c54e829963105ad2118865f86da49f7979 (diff)
downloadblog-a0c72fd926778c68a5e331e58025054ebd27547c.tar.gz
blog-a0c72fd926778c68a5e331e58025054ebd27547c.tar.xz
blog-a0c72fd926778c68a5e331e58025054ebd27547c.zip
Remove background image
-rw-r--r--template/admin/rsrc/background.pngbin1245 -> 0 bytes
-rw-r--r--template/admin/rsrc/main.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/rsrc/background.png b/template/admin/rsrc/background.png
deleted file mode 100644
index f018e81..0000000
--- a/template/admin/rsrc/background.png
+++ /dev/null
Binary files differ
diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css
index 9642172..16b7298 100644
--- a/template/admin/rsrc/main.css
+++ b/template/admin/rsrc/main.css
@@ -31,7 +31,7 @@ h5{font-size:0.55rem;}h6{font-size:0.50rem;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html,body{margin:0;padding:0;}
main{padding:0.75rem;}
-html{font-size:1.25rem;color:#333;background:url("background.png") fixed center #CCC;-webkit-hyphens:auto;hyphens:auto;}
+html{font-size:1.25rem;color:#333;background:#CCC;-webkit-hyphens:auto;hyphens:auto;}
body{font-family:Ruda,sans-serif;font-size:0.7rem;line-height:1.2rem;}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/