From c0587f1a49b716a089cd9f56566225aa634ee24e Mon Sep 17 00:00:00 2001 From: colinvivy Date: Tue, 5 Mar 2013 20:44:24 +0800 Subject: [PATCH] x --- css/common.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/common.css b/css/common.css index 166a641..df04f1b 100644 --- a/css/common.css +++ b/css/common.css @@ -65,7 +65,14 @@ body {background-color:#fff;} .post_cont ul {margin-left:10px;padding-left:10px;list-style:square;} .post_cont ol {margin-left:10px;padding-left:10px;list-style:decimal;} pre {overflow-x:auto;} +blockquote {padding:1px 15px;background-color:#eee;word-break:break-all;white-space:normal;word-wrap:break-word;} /* kitty_surprise */ .kitty_surprise {position:absolute;top:10px;left:50%;width:80px;height:60px;margin-left:-40px;} + +/* table */ +table {border-collapse:collapse;} +table th , +table td {border:1px solid #d4d4d4;padding:5px 10px;} +table th {background-color:#eee;}