source:
extensions/flop_style/thumbnails/jPolaroid.css
@
28023
Last change on this file since 28023 was 9834, checked in by , 14 years ago | |
---|---|
File size: 380 bytes |
Line | |
---|---|
1 | /* from http://steveram.info/jpolaroid/ thx ! */ |
2 | ul.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 | } |
13 | ul.thumbnails li { |
14 | display: inline; |
15 | } |
16 | ul.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.