summaryrefslogtreecommitdiffstats
path: root/kmail/about/kmail.css
blob: 3fb2ce90d7da31b80aff6920f01d07d24be096c1 (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
26

#headerR {
  position: absolute;
  right: 0px;
  width: 430px;
  height: 131px;
  background-image: url(top-right-kmail.png);
}

#title {
  right: 125px;
}

#tagline {
  right: 125px;
}

#boxCenter {
  background-image: url(box-center-kmail.png);
  background-repeat: no-repeat;
  background-color: #dfe7f3;
  background-position: bottom right;
}

/* vim:set sw=2 et nocindent smartindent: */