From: Pascal Corpet Date: Sat, 15 Jan 2005 14:16:46 +0000 (+0000) Subject: closes 212 : same font-size for top date and content X-Git-Tag: xorg/old~413 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=62535205911610f9865f80f216757983b7b50f76;p=platal.git closes 212 : same font-size for top date and content git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-344 --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 3ff3b99..be0bbe8 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -491,11 +491,10 @@ div.adresse { #body-top { border-bottom: 1px solid gray; text-align: center; - font-size: 75%; - font-weight: bold; + font-size: 95%; padding: 4px; padding-bottom: 16px; - font-family: "MS Sans Serif", sans-serif; + font-family: "Arial", sans-serif; } #body-top table { width: 100%; padding: 4px; }