aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/mail.less
blob: dbfe3f2b290f9199a4c94e9a946d386da2bd85a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#index_page{
    div.newmail{
        div.content{
            width:100%;
        }
    }
    div.readmail{
        div.content{
            width:100%;
        }
    }
    table.maillist{
        tr.item{
            cursor:pointer;
        }
    }
}