Files
Piwigo/plugins/admin_advices/default-layout.css
vdigital 727850dd10 Minor changes:
- 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
2007-01-31 06:25:42 +00:00

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;
}