From 7d3070c6ebeff4db2064a4eea3f131c3c935bf80 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 31 Dec 2009 09:57:14 +0000 Subject: [PATCH] + add new class. --- trunk/www/theme/default/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/www/theme/default/style.css b/trunk/www/theme/default/style.css index 224de58701..1ebb3a2430 100644 --- a/trunk/www/theme/default/style.css +++ b/trunk/www/theme/default/style.css @@ -63,6 +63,8 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5 .table-3 {width:360px;margin-bottom:10px} .table-4 {width:480px;margin-bottom:10px} .table-5 {width:600px;margin-bottom:10px} +.table-6 {width:800px;margin-bottom:10px} + .colhead th {text-align:center; background:#efefef;} .rowhead {font-weight:bold; text-align:right; width:100px} .fixed {table-layout:fixed} @@ -123,6 +125,10 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5 .pb-10px {padding-bottom:10px} .pl-10px {padding-left: 10px} +.f-12px {font-size:12px} +.f-14px {font-size:14px} +.f-16px {font-size:16px} + .box-title {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5px; border-bottom:none; text-align:left; font-weight:bold;} .box-content {border:1px solid #e4e4e4; padding:5px}