From 727850dd10867edade1ce792a319ac82e755a64e Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 31 Jan 2007 06:25:42 +0000 Subject: 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 --- template/yoga/default-layout.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'template/yoga/default-layout.css') 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 { -- cgit v1.2.3