9792ec308b
$tabsheet transfer: general use available in admin.tpl Some CSS admin simplications git-svn-id: http://piwigo.org/svn/trunk@2415 68402e56-0260-453c-a942-63ccdbb3a9ee
19 lines
302 B
CSS
19 lines
302 B
CSS
/*.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;
|
|
}
|
|
|