diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-18 20:04:53 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-18 20:04:53 +0000 |
commit | 1e1bfdf0a592c31366d4b5154eefee672164e82e (patch) | |
tree | b61a6128712600405871746210e9910ea6e5afa6 /template/yoga | |
parent | a7ad21d942402d4890fd5efa5d52286c2f3d809e (diff) |
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
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/default-layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ } |