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