piwigo/tools/local-layout.css

11 lines
199 B
CSS
Raw Normal View History

/* Add background picture */
BODY {
background-image:url(background.gif);
background-attachment:fixed;
}
#content UL.thumbnails SPAN.wrap2 {
height: 200px; /* max thumbnail height + 2px */
}