diff --git a/i2p2www/static/styles/danimoth/style.css b/i2p2www/static/styles/danimoth/style.css index 8a013ea2..338d416a 100644 --- a/i2p2www/static/styles/danimoth/style.css +++ b/i2p2www/static/styles/danimoth/style.css @@ -45,7 +45,7 @@ nav.navigation { } div#content .feed-icon { - background-image: url('../images/feed-icon-28x28.png'); + background-image: url('../../images/feed-icon-28x28.png'); display: block; float: right; height: 28px; diff --git a/i2p2www/static/styles/duck/style.css b/i2p2www/static/styles/duck/style.css index 89837f00..a59e5d1e 100644 --- a/i2p2www/static/styles/duck/style.css +++ b/i2p2www/static/styles/duck/style.css @@ -221,7 +221,7 @@ div#content {display:block;} * The .main class is for content wrapper on the home page (with the big banner) */ div#content .main { - background:url('../images/dots.png') 0 10% no-repeat rgba(171, 204, 113, 0.6); background-size:100% auto; width:auto; padding:4em 35% 4em 10%; position:relative; + background:url('../../images/dots.png') 0 10% no-repeat rgba(171, 204, 113, 0.6); background-size:100% auto; width:auto; padding:4em 35% 4em 10%; position:relative; margin:0 auto; text-shadow:1px 1px 1px rgba(255,255,255,.5); font-size:1.6em; line-height:1.5em; border:2px solid #abcc71; border-left:none; border-right:none; box-shadow:0px 2px 8px rgba(0,0,0,.2)} div#content .main h1 {font-family:"URW Gothic L", "Century Gothic", sans-serif; font-size:2.5em; @@ -245,7 +245,7 @@ div#content .main { div#content .aside ul li {list-style-type:none; margin:1em 0; line-height:1.3em;} div#content .feed-icon { - background-image: url('../images/feed-icon-28x28.png'); + background-image: url('../../images/feed-icon-28x28.png'); display: block; float: right; height: 28px;