source: trunk/tools/local-layout.css @ 10235

Last change on this file since 10235 was 7869, checked in by rvelices, 14 years ago

css rules simplification

  • merged rules
  • remove overly qualified inefficient selectors

etc...

  • Property svn:eol-style set to LF
File size: 190 bytes
RevLine 
[1088]1/* Add background picture */
2BODY {
3  background-image:url(background.gif);
4  background-attachment:fixed;
5}
6
[7869]7UL.thumbnails SPAN.wrap2 {
[1138]8  height: 200px; /* max thumbnail height + 2px */
9}
10
Note: See TracBrowser for help on using the repository browser.