From 62535205911610f9865f80f216757983b7b50f76 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Sat, 15 Jan 2005 14:16:46 +0000 Subject: [PATCH] closes 212 : same font-size for top date and content git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-344 --- htdocs/css/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } -- 2.1.4