aboutsummaryrefslogtreecommitdiffstats
path: root/template-extension/distributed/samples/my-thumbnails2.css
blob: c28e3c517e770470b9e2e5e399354a6f14d44dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id$ */
.thumbLegend { padding: 0 6px; color: #24919c; font-style:italic; font-size: 7px; }
.fld1 { width: 96px; min-width: 96px; padding: 0; 
margin: 5px; display: inline;}
.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
.fld1:hover { background-color: #000; }
.fld1 a:hover { border:0; }
.thumbnail { margin: 2px auto; }
/* Advanced hacks for IE 7 */
*+html .thumbnail { display: inline; margin: 0 auto; }
*+html .lap2 span { position: relative; top: 50%; margin: 0 auto; }
*+html .lap2 { display: inline; position: relative; top: 0%; }
*+html .fld1 { width: auto; padding: 6px 0 6px 0; margin-top: 0px;}
*+html .thumbLegend { font-size: 10px; }