Fixed image paths in CSS after move

This commit is contained in:
str4d
2013-01-21 11:09:50 +00:00
parent c74b8a5947
commit a6f0d35f48
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;