diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-21 16:01:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-21 16:01:24 +0100 |
| commit | 57d6661edbe02e281dcaeda998d5c3aaf02861f2 (patch) | |
| tree | d1989c2a7c1f3b5f39f0a6247f69417b746326ab | |
| parent | bfec74a85f54daf2e0c3440d2f1fc543f435b06e (diff) | |
tt css
| -rw-r--r-- | public/assets/css/bucky.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index b2e8c97..d2aa910 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -508,6 +508,15 @@ code br, pre br { display: none; } +tt, kbd { + max-width: 580px; + display: inline-block; + font-family: Menlo, monospace; + background: #fefefe; + border: 1px solid #ddd; + padding: 2px; + font-size: 11px; +} #thread_form form { width: 530px; |
