aboutsummaryrefslogtreecommitdiffstats
path: root/tools/local-layout.css
blob: 3017c7a06a058fbd298d225d8aab69ad8c72a565 (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 */
}