mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Quick solved list: 1 - Wording on EXIF/IPTC Advices 2 - Default language is English 3 - Some Transparency issues under IE 4 - Some Border issues 5 - PWG Menu moved from Advices Box to Intro. 6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL() 7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)). git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee
21 lines
324 B
CSS
21 lines
324 B
CSS
/* $Id$ */
|
|
.content {
|
|
list-style-type:none;
|
|
margin: 0 1em 0 14.5em;
|
|
padding: 0 0 15px 0;
|
|
}
|
|
.content h2 {
|
|
font-weight: bold;
|
|
padding-left: 2em;
|
|
}
|
|
.content h3 {
|
|
text-align: left;
|
|
padding-left: 3em;
|
|
font-size: 120%;
|
|
}
|
|
.content table tr td {
|
|
text-align: left;
|
|
padding-left: 2em;
|
|
}
|
|
|