From 0db762f1f53b25e15d183a0caf2a232c4f79eaff Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 26 Sep 2008 01:21:37 +0000 Subject: - removed 3 unused rules from thumbnails.css - changed default font-family to Arial,Helvetica,sans-serif because it is widely used, available on most platforms with a very good utf-8 coverage while Univers, Helvetica, Optima, "Bitstream Vera Sans" were not even all sans serif git-svn-id: http://piwigo.org/svn/trunk@2593 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/install.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/yoga/install.tpl') diff --git a/template/yoga/install.tpl b/template/yoga/install.tpl index 9f73c6320..bebe728e7 100644 --- a/template/yoga/install.tpl +++ b/template/yoga/install.tpl @@ -18,7 +18,7 @@ body { margin: 5px; padding: 0; font-size: 0.8em; - font-family: Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif; + font-family: Arial,Helvetica,sans-serif; } body, table, input, form, select { -- cgit v1.2.3