From e68673166b5d677b92f4493ee1448fde7e352ea1 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 29 Jan 2007 06:39:27 +0000 Subject: [PATCH] Solved 2 coding errors on css font-family in default-layout.css Default font is "Bitstream Vera Sans" which would not be a problem for Linux platforms if you can check that on other platforms (not only one). git-svn-id: http://piwigo.org/svn/trunk@1764 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 0dc87eec2..94357b657 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -4,7 +4,7 @@ BODY { margin: 5px; padding: 0; font-size: 0.8em; - font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif; + font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif; text-align: center; /* be nice to IE5 */ }