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

@ -3,7 +3,7 @@ body {
font-size: 16px;
font-family: Helvetica, Arial, sans-serif;
color: #666;
background-image: url(/static/images/bg.jpg);
background-image: none;
background-repeat: no-repeat;
background-position: 50% -370px;
background-attachment: fixed;