blob: 9c31cfe35ce51e998f0b2be376a187a37a17ecfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#headerR {
position: absolute;
right: 0px;
width: 430px;
height: 131px;
background-image: url(top-right-akregator.png);
}
/* .. for when we actually have a box-center-akregator.png ..
#boxCenter {
background-image: url(box-center-akregator.png);
background-repeat: no-repeat;
background-color: #dfe7f3;
background-position: bottom right;
}
*/
/* vim:set sw=2 et nocindent smartindent: */
|