forked from I2P_Developers/i2p.www
Fixed image paths in CSS after move
This commit is contained in:
@@ -45,7 +45,7 @@ nav.navigation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#content .feed-icon {
|
div#content .feed-icon {
|
||||||
background-image: url('../images/feed-icon-28x28.png');
|
background-image: url('../../images/feed-icon-28x28.png');
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
@@ -221,7 +221,7 @@ div#content {display:block;}
|
|||||||
* The .main class is for content wrapper on the home page (with the big banner)
|
* The .main class is for content wrapper on the home page (with the big banner)
|
||||||
*/
|
*/
|
||||||
div#content .main {
|
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;
|
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)}
|
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;
|
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 .aside ul li {list-style-type:none; margin:1em 0; line-height:1.3em;}
|
||||||
|
|
||||||
div#content .feed-icon {
|
div#content .feed-icon {
|
||||||
background-image: url('../images/feed-icon-28x28.png');
|
background-image: url('../../images/feed-icon-28x28.png');
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
Reference in New Issue
Block a user