# gallery-plugin/2011.1.01/css/stylesheet.css

Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress, version 2011.1.01. 40 lines.

- Page: https://pluginprobe.com/plugins/gallery-plugin/2011.1.01/code/css/stylesheet.css
- Raw: https://pluginprobe.com/plugins/gallery-plugin/2011.1.01/raw/css/stylesheet.css
- Modified: 2011-09-23T09:23:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gallery-plugin/2011.1.01/code/css/stylesheet.css#L10-L20`.

```css
ul.gallery {
	 list-style: none outside none;
}

.gallery li{
	float: left;
	padding-right: 10px;
}

#content .gallery_box ul
{
	list-style: none outside none;
	margin:0;
}

#content .gallery_box li{
	padding: 10px 10px 0 0;
	clear: both;
}

#content .gallery_box li img {
	padding: 0 10px 10px 0;
	float:left;
}

#content .gallery_box p {
	margin-bottom:0px;
}

#content .gallery_box .gallery_detail_box p.title {
	color: #000000;
    line-height: 1.5em;
    margin: 0 0 10px;
	font-weight: bold;
}

.clear {
	clear:both;
	height:0;
}
```
