From 0a1f6f0dc180c6008da9baf1e221e6e7b26214d2 Mon Sep 17 00:00:00 2001
From: LAN-TW <lantw44@gmail.com>
Date: Tue, 25 Dec 2012 21:33:58 +0800
Subject: 加入「瀏覽器測試結果」頁面
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 css/help.css | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'css/help.css')

diff --git a/css/help.css b/css/help.css
index a95a66e..8681f1f 100644
--- a/css/help.css
+++ b/css/help.css
@@ -4,6 +4,12 @@ p.helptitle{
 div.helpcontent{
 	padding-left: 20px;
 }
+div.helpcontent table{
+	border-collapse: collapse;
+}
+div.helpcontent table td{
+	padding: 3px;
+}
 div#helpwholepage{
 	padding-left: 35px;
 }
-- 
cgit