diff options
author | Thomas Lange <code@nerdmind.de> | 2018-09-10 00:14:04 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2018-09-10 00:14:04 +0200 |
commit | a0c72fd926778c68a5e331e58025054ebd27547c (patch) | |
tree | e7f0ba3f75ab7671046f6d5f3f66dca4bbca0956 /template | |
parent | c830d9c54e829963105ad2118865f86da49f7979 (diff) | |
download | blog-a0c72fd926778c68a5e331e58025054ebd27547c.tar.gz blog-a0c72fd926778c68a5e331e58025054ebd27547c.tar.xz blog-a0c72fd926778c68a5e331e58025054ebd27547c.zip |
Remove background image
Diffstat (limited to 'template')
-rw-r--r-- | template/admin/rsrc/background.png | bin | 1245 -> 0 bytes | |||
-rw-r--r-- | template/admin/rsrc/main.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/rsrc/background.png b/template/admin/rsrc/background.png Binary files differdeleted file mode 100644 index f018e81..0000000 --- a/template/admin/rsrc/background.png +++ /dev/null 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;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ |