summaryrefslogtreecommitdiff
path: root/public/css/github-extract.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-02-22 22:42:40 +0800
committerCheng-Han, Wu2016-02-22 22:42:40 +0800
commitc509abbc395553bc2c09052a715c2339fd4a7a0e (patch)
treec83ff29516be916059010705b4fa60710fa855bf /public/css/github-extract.css
parent175f571a366542f3dd65f382d757f9f8fbcdf216 (diff)
Support kbd tag
Diffstat (limited to 'public/css/github-extract.css')
-rw-r--r--public/css/github-extract.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/github-extract.css b/public/css/github-extract.css
index 67ceb418..04c47938 100644
--- a/public/css/github-extract.css
+++ b/public/css/github-extract.css
@@ -315,6 +315,20 @@
border-top: 0;
}
+.markdown-body kbd {
+ display: inline-block;
+ padding: 3px 5px;
+ font-size: 11px;
+ line-height: 10px;
+ color: #555;
+ vertical-align: middle;
+ background-color: #fcfcfc;
+ border: solid 1px #ccc;
+ border-bottom-color: #bbb;
+ border-radius: 3px;
+ box-shadow: inset 0 -1px 0 #bbb
+}
+
.news .alert .markdown-body blockquote {
padding: 0 0 0 40px;
border: 0 none;