aboutsummaryrefslogtreecommitdiff
path: root/www/themes/testdummy/scuttle.css
blob: c62cd1939f1ffd306c2b19eb8ddc80ae32428a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}