diff --git a/static/css/style.css b/static/css/style.css index acb0d87..e3d9b90 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -720,7 +720,7 @@ pre { margin-left: -5% } -pre code, pre tt { +pre code { margin:0; padding:0; background:transparent; @@ -749,20 +749,6 @@ pre .lines .line { color: #45484d } -kbd { - display: inline-block; - margin-bottom: 0.5em; - padding: 1px 8px; - border: #e5e4e1 1px solid; - color: #45484d; - text-shadow: #fff 0 1px 0; - font-size: 0.9em; - font-weight: bold; - background: #faf9f7; - border-radius: 4px; - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset -} - table { width: 100%; max-width: 100%;