aboutsummaryrefslogtreecommitdiffstats
path: root/tools/local-layout.css
blob: 2478ba0f37d918f6526b7375ffb37219cb3dc44c (plain)
1
2
3
4
5
6
7
8
9
10
/* Add background picture */
BODY {
  background-image:url(background.gif);
  background-attachment:fixed;
}

UL.thumbnails SPAN.wrap2 {
  height: 200px; /* max thumbnail height + 2px */
}