summaryrefslogtreecommitdiffstats
path: root/skins/contrib/Dusk/index.css
blob: a5cb29b1ca61da3a250ea4c5a16e2c40e5a6c979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Custom rules for index.css.
 * The rules you put here override rules in that stylesheet.
 */
    
    div#page-index .outro 
    {
        clear:both;
    }

    #enter_bug 
    {
        background: url(index/bug.gif) no-repeat;
    }
    
    #query
    {
        background: url(index/search.gif) no-repeat;
    }
    
    #account
    {
        background: url(index/account.gif) no-repeat;
    }