Port Easterbunny

This commit is contained in:
Thomas Willingham 2012-08-06 04:21:41 +01:00
parent 456ca1f3e1
commit d907544d20
7 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
@import url('../duepuntozero/style.css');
@import url('../../duepuntozero/css/style.css');
.vcard .fn {
color: orange !important;
@ -21,16 +21,16 @@
background: yellow;
}
body { background-image: url('head.jpg'); }
body { background-image: url('../img/head.jpg'); }
section { background: #EEFFFF; }
a, a:visited { color: #0000FF; text-decoration: none; }
a:hover {text-decoration: underline; }
aside( background-image: url('border.jpg'); }
.tabs { background-image: url('head.jpg'); }
div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
aside( background-image: url('../img/border.jpg'); }
.tabs { background-image: url('../img/head.jpg'); }
div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); }
.nav-commlink, .nav-login-link {

View File

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 364 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B