source: extensions/flop_style/thumbnails/jPolaroid.css @ 9834

Last change on this file since 9834 was 9834, checked in by flop25, 13 years ago

overflow hidden

File size: 380 bytes
Line 
1/* from http://steveram.info/jpolaroid/ thx ! */
2ul.thumbnails {
3        list-style: none;
4        overflow: hidden;
5        width: 100%;
6        padding-top: 20px;
7        padding-right: 0;
8        padding-bottom: 0;
9        padding-left: 0;
10        margin:auto;
11        text-align:center;
12}
13ul.thumbnails li {
14        display: inline;
15}
16ul.thumbnails a {
17        display: inline;
18        text-align: center;
19        text-decoration: none;
20        width: auto;
21        border:none;
22}
Note: See TracBrowser for help on using the repository browser.