From 40a91a51e8c6a25c467c84f25d3417f1b0481ee1 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 6 Dec 2017 14:59:07 +0000 Subject: CSS fix --- public/css/style.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 2319188..e70a940 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,6 +1,4 @@ body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; word-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); overflow: scroll; margin: 5%;} -body :first-child { margin-top: 0px !important; } -body :last-child { margin-bottom: 0px !important; } #tree { border-right: 1px solid rgb(238, 238, 238); @@ -91,3 +89,25 @@ blockquote { .hiden_block_quote { display: none; } +table { + border-collapse: collapse; + padding: 7px 13px; +} + +table, th, td { + border: 1px solid #dfe2e5; + padding: 7px 13px; +} +.special-box-content { + margin-top: 5px; +} +kbd { + background-color: #f8f6ea; + padding: 2px 6px; + border-radius: 3px; + border: 1px solid #e0dab6; + border-bottom-width: 3px; + text-shadow: 0 1px 0 #fff; + color: #5e551f; +} + -- cgit v1.2.3