source: extensions/simple_themes/simple/option_album_title_line.css @ 21179

Last change on this file since 21179 was 13558, checked in by plg, 12 years ago

import theme Simple version 2.5.3

add an option and admin page to choose the layout for albums (with description under or next to the album thumbnail)

File size: 208 bytes
Line 
1.thumbnailCategories {
2  padding: 1em;
3}
4
5.thumbnailCategories li {
6  height: 160px;
7  width: 45%;
8  text-align:left;
9}
10
11.illustration {
12  float: left;
13  width: 150px;
14}
15
16.description {
17  padding-left: 1em;
18}
Note: See TracBrowser for help on using the repository browser.