summaryrefslogtreecommitdiffstats
path: root/kmail/about/kmail.css
blob: 38db998759c7f4407262e93dbe42b4609248ea48 (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

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

#title {
  left: 145px;
}

#tagline {
  left: 135px;
}

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

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