back to r9865
git-svn-id: http://piwigo.org/svn/trunk@9951 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
911517d29d
commit
1a8755b4db
1 changed files with 4 additions and 4 deletions
|
|
@ -842,18 +842,18 @@ BODY {
|
||||||
#thePopuphelpPage #pwgHead {display:none}
|
#thePopuphelpPage #pwgHead {display:none}
|
||||||
#thePopuphelpPage #footer {display:none}
|
#thePopuphelpPage #footer {display:none}
|
||||||
|
|
||||||
/* Set some sizes according to your maximum thumbnail width and height
|
/* Set some sizes according to your maximum thumbnail width and height */
|
||||||
UL.thumbnails SPAN,
|
UL.thumbnails SPAN,
|
||||||
UL.thumbnails SPAN.wrap2 A,
|
UL.thumbnails SPAN.wrap2 A,
|
||||||
UL.thumbnails LABEL,
|
UL.thumbnails LABEL,
|
||||||
.content DIV.thumbnailCategory DIV.illustration {
|
.content DIV.thumbnailCategory DIV.illustration {
|
||||||
width: 140px;
|
width: 140px; /* max thumbnail width + 2px */
|
||||||
}
|
}
|
||||||
UL.thumbnails SPAN.wrap2,
|
UL.thumbnails SPAN.wrap2,
|
||||||
.content DIV.thumbnailCategory DIV.description {
|
.content DIV.thumbnailCategory DIV.description {
|
||||||
height: 140px;
|
height: 140px; /* max thumbnail height + 2px */
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* Category thumbnails on main page */
|
/* Category thumbnails on main page */
|
||||||
.content UL.thumbnailCategories LI {
|
.content UL.thumbnailCategories LI {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue