From 30c85e815cc9980d910ca475176467ee330bacaf Mon Sep 17 00:00:00 2001 From: zPlus <-> Date: Sat, 23 Apr 2016 19:46:21 +0200 Subject: [PATCH] Move style to Markdowns' tables only --- css/freepost.css | 56 ++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/css/freepost.css b/css/freepost.css index bf167956..7be4d280 100644 --- a/css/freepost.css +++ b/css/freepost.css @@ -13,34 +13,6 @@ img max-width: 100%; } -/* Style used to format Markdown tables */ -table -{ - background: #fff; - border-collapse: collapse; - text-align: left; -} - -table th -{ - border-bottom: 2px solid #6678b1; - color: #039; - font-weight: normal; - padding: 0 1em; -} - -table td -{ - border-bottom: 1px solid #ccc; - color: #669; - padding: .5em 1em; -} - -table tbody tr:hover td -{ - color: #009; -} - html, body { background-color: #f5f8fa; @@ -183,6 +155,34 @@ html, body { } + /* Style used to format Markdown tables */ + .content > .post table + { + background: #fff; + border-collapse: collapse; + text-align: left; + } + + .content > .post table th + { + border-bottom: 2px solid #6678b1; + color: #039; + font-weight: normal; + padding: 0 1em; + } + + .content > .post table td + { + border-bottom: 1px solid #ccc; + color: #669; + padding: .5em 1em; + } + + .content > .post table tbody tr:hover td + { + color: #009; + } + .content > .post > .title { font-size: 1.5em;