diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css index edb3538..a51ef34 100644 --- a/static/style.css +++ b/static/style.css @@ -213,16 +213,14 @@ a:hover { padding-top: 0.7em; } -.refs { - display: grid; - grid-template-columns: 1fr 1fr; - align-items: center; -} - .refs pre { white-space: pre-wrap; } +.refs strong { + padding-right: 1em; +} + .line-numbers { white-space: pre-line; -moz-user-select: -moz-none; |