sample theme for demonstration purposes

This commit is contained in:
Christian Weiske 2011-05-25 17:00:30 +02:00
parent 060e731865
commit eb3ae40f35
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,12 @@
@import url(../default/scuttle.css);
body {
background-color: #FEA;
}
html > body h1 {
background: url('images/logo.png') no-repeat 10px;
}
div#header {
background: #FEA;
}