From 01533365d208dcca6d268b66a1eaec3021e42329 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Sat, 25 Aug 2007 07:29:04 +0000 Subject: [PATCH] - Use bigger font size for more suitable to read. Obtained from: The FreeBSD Traditional Chinese project --- zh_TW/layout/css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh_TW/layout/css/global.css b/zh_TW/layout/css/global.css index 994f550edf..7cf5f13aa7 100644 --- a/zh_TW/layout/css/global.css +++ b/zh_TW/layout/css/global.css @@ -4,14 +4,14 @@ * The FreeBSD Traditional Chinese Project * Original Revision: 1.11 * - * $FreeBSD$ + * $FreeBSD: www/zh_TW/layout/css/global.css,v 1.1 2007/06/05 08:36:09 chinsan Exp $ */ body { margin: 0; padding: 0; font-family: verdana, sans-serif; - font-size: 69%; + font-size: 16px; color: #000; background: #fff url("../../../layout/images/hdr_fill.png") repeat-x; }