diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-26 01:21:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-26 01:21:37 +0000 |
commit | 0db762f1f53b25e15d183a0caf2a232c4f79eaff (patch) | |
tree | e5160ab363d612cf86223e39658f8063674dea54 /template/yoga/install.tpl | |
parent | d04fd1d44ef631d69098c007dd3706df04a7f73b (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | template/yoga/install.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |