blob: ab0bb7741167722399ba59a4c51da1a1a1c0b242 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#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;
}
*/
|