summaryrefslogtreecommitdiffstats
path: root/kontact/src/about/kontact.css
blob: 47188fe5fb038888941f1136ddd10e01f3102815 (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
27
28

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

#title {
  right: 80px;
  top: 55px;
  font-size: xx-large;
}

#tagline {
  right: 80px;
  top: 60px;  
  font-size: small;
  text-shadow: #000000 1px 1px 1px;
}

#subtext {
  font-style: italic;
}

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