mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- Filter Icon on Rub request is floated right except on my request for wipi. template/yoga/menubar.css template/yoga/theme/wipi/theme.css - Font-family is revised on Rub advice (he doesn't have Bitstream Vera Sans as many people). template/yoga/default-layout.css - Plugin Admin Advice has been reviewed to be W3C compliant. plugins/admin_advices/admin_advices.tpl plugins/admin_advices/default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1772 68402e56-0260-453c-a942-63ccdbb3a9ee
20 lines
312 B
CSS
20 lines
312 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;
|
|
}
|
|
|