From 047176bb3d537c09ed44e0f62b7f8f5889ab90d7 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 10 Mar 2010 09:22:27 +0100 Subject: Improvement of the security (test URLs,etc.). Added mutex. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index b1039673..67537a82 100644 --- a/css/style.css +++ b/css/style.css @@ -12,12 +12,12 @@ html, body { body { text-align: justify; - font: normal .9em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; + font: normal .8em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; } code, pre { - font-size: 110%; + font-size: 100%; } img { -- cgit