Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
x
  • Loading branch information
colinvivy committed Mar 5, 2013
1 parent b359060 commit c0587f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/common.css
Expand Up @@ -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;}

0 comments on commit c0587f1

Please sign in to comment.