ikrpg version 3 alpha: added new background image and using pouchdb to store it client side.

This commit is contained in:
Yord 2015-04-05 18:38:30 +02:00
parent 67d39d2dc9
commit a06573dfd0
12 changed files with 535 additions and 23 deletions

View file

@ -1,6 +1,6 @@
header#head {
background-color: #1A1A1A;
background-image: url(/static/images/bg.jpg);
background-image: none;
background-repeat: no-repeat;
background-position: 50% -436px; }
header#head a {