master
Tomek Dubrownik 2012-04-23 22:29:47 +02:00
parent cfbe448549
commit 347acc935e
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ td { vertical-align: top; }
body { body {
background-image: url("/img/fake_brick.png"); background-image: url("../img/fake_brick.png");
color: #eee; color: #eee;
padding-top: 10px; padding-top: 10px;
@ -184,7 +184,7 @@ header {
} }
#rotimage { #rotimage {
background-image: url("/img/rot-1.jpg"); background-image: url("../img/rot-1.jpg");
width: 1024px; width: 1024px;
height: 100px; height: 100px;
background-position: center; background-position: center;