source: branches/2.1/template-extension/distributed/samples/my-thumbnails2.css @ 6464

Last change on this file since 6464 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 653 bytes
Line 
1.thumbLegend { padding: 0 6px; color: #666; font-style:italic; font-size: 7px; }
2.fld1 { width: 96px; min-width: 96px; padding: 0; 
3margin: 5px; display: inline;}
4.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
5.fld1:hover { background-color: #000; }
6.fld1 a:hover { border:0; }
7.thumbnail { margin: 2px auto; }
8/* Advanced hacks for IE 7 */
9*+html .thumbnail { display: inline; margin: 0 auto; }
10*+html .lap2 span { position: relative; top: 50%; margin: 0 auto; }
11*+html .lap2 { display: inline; position: relative; top: 0%; }
12*+html .fld1 { width: auto; padding: 6px 0 6px 0; margin-top: 0px;}
13*+html .thumbLegend { font-size: 10px; }
Note: See TracBrowser for help on using the repository browser.