From 52fa90f755c72398ad2d8739f367c014665ec5bd Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 15 Feb 2008 17:36:45 +0000 Subject: [PATCH] ActionItem154: adding a default style for tables --- public/stylesheets/common.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 50e8d2d..95257a0 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -410,3 +410,17 @@ body.category4 #content h4, body.category4 #content h5, body.category4 #content text-align: center; } +/* tables */ +table { + border-collapse: collapse; +} +th, td { + font-size: 14px; + border: 1px solid #999999; + padding: 2px; +} +th { + background: #f0f0f0; + color: black; + font-weight: bold; +} -- libgit2 0.21.2