diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-24 15:13:40 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-24 15:13:40 +0530 |
commit | 5912a0bcb539dce1a220656b3b5c382e65014447 (patch) | |
tree | 5f4a7c203bba5fefa1a9e8041cdb042e1a88d33d /static/style.css | |
parent | 845cce8ea7f1a12046b6c022d4b195c19fd69583 (diff) | |
download | legit-5912a0bcb539dce1a220656b3b5c382e65014447.tar.gz legit-5912a0bcb539dce1a220656b3b5c382e65014447.tar.bz2 legit-5912a0bcb539dce1a220656b3b5c382e65014447.zip |
css: bottom padding in refs pre
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index a51ef34..3e44f1e 100644 --- a/static/style.css +++ b/static/style.css @@ -215,6 +215,7 @@ a:hover { .refs pre { white-space: pre-wrap; + padding-bottom: 0.5rem; } .refs strong { |