diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-31 06:25:42 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-31 06:25:42 +0000 |
commit | 727850dd10867edade1ce792a319ac82e755a64e (patch) | |
tree | 303a9e3f1b276d33fbea4bfd403c808f0a0654e9 /template/yoga/default-layout.css | |
parent | cc5e8de15bb355df9d73fbed392cb65bd32db3d2 (diff) |
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
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 94357b657..5dc97fac3 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -1,11 +1,11 @@ /* $Id$ */ @import "admin/default-layout.css"; BODY { - margin: 5px; - padding: 0; - font-size: 0.8em; - font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif; - text-align: center; /* be nice to IE5 */ + margin: 5px; + padding: 0; + font-size: 0.8em; + font-family: "Lucida Sans Unicode", Helvetica, Verdana, "Bitstream Vera Sans"; + text-align: center; /* be nice to IE5 */ } #the_page { |