From 1e1bfdf0a592c31366d4b5154eefee672164e82e Mon Sep 17 00:00:00 2001 From: chrisaga Date: Tue, 18 Oct 2005 20:04:53 +0000 Subject: smaller font-size and, as requested, fonts more like 1.4 git-svn-id: http://piwigo.org/svn/trunk@899 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 85f13e5d0..e3f2a65ff 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -11,8 +11,8 @@ BODY { margin: 5px; padding: 0; - font-size: 12px; - font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; + font-size: 0.8em; + font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif; text-align: center; /* be nice to IE5 */ } -- cgit v1.2.3