blob: 16dcf14d741291d8768621fb2d998b4b705f6f63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Add background picture */
BODY {
background-image:url(background.gif);
background-attachment:fixed;
}
#content UL.thumbnails SPAN.wrap2 {
height: 200px; /* max thumbnail height + 2px */
}
|