aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-12-06 14:59:07 +0000
committerache <ache@ache.one>2017-12-06 14:59:07 +0000
commit40a91a51e8c6a25c467c84f25d3417f1b0481ee1 (patch)
tree604690e17bda66bb336ed9522c8167ec05866012
parentName the page (diff)
CSS fix
-rw-r--r--public/css/style.css24
1 files 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;
+}
+