source: branches/1.6/tools/local-layout.css @ 27153

Last change on this file since 27153 was 1141, checked in by rub, 18 years ago

Issue ID 310:

o Fix css file order
o Add example

File size: 199 bytes
Line 
1/* Add background picture */
2BODY {
3  background-image:url(background.gif);
4  background-attachment:fixed;
5}
6
7#content UL.thumbnails SPAN.wrap2 {
8  height: 200px; /* max thumbnail height + 2px */
9}
10
Note: See TracBrowser for help on using the repository browser.