stylesheet.css in Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress 2011.1.01, at css/stylesheet.css
| 1 | ul.gallery { |
| 2 | list-style: none outside none; |
| 3 | } |
| 4 | |
| 5 | .gallery li{ |
| 6 | float: left; |
| 7 | padding-right: 10px; |
| 8 | } |
| 9 | |
| 10 | #content .gallery_box ul |
| 11 | { |
| 12 | list-style: none outside none; |
| 13 | margin:0; |
| 14 | } |
| 15 | |
| 16 | #content .gallery_box li{ |
| 17 | padding: 10px 10px 0 0; |
| 18 | clear: both; |
| 19 | } |
| 20 | |
| 21 | #content .gallery_box li img { |
| 22 | padding: 0 10px 10px 0; |
| 23 | float:left; |
| 24 | } |
| 25 | |
| 26 | #content .gallery_box p { |
| 27 | margin-bottom:0px; |
| 28 | } |
| 29 | |
| 30 | #content .gallery_box .gallery_detail_box p.title { |
| 31 | color: #000000; |
| 32 | line-height: 1.5em; |
| 33 | margin: 0 0 10px; |
| 34 | font-weight: bold; |
| 35 | } |
| 36 | |
| 37 | .clear { |
| 38 | clear:both; |
| 39 | height:0; |
| 40 | } |