diff options
author | Adam Mathes <adam@trenchant.org> | 2018-02-10 14:03:38 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-02-10 14:03:38 -0800 |
commit | c55b94202858eac95358358d2add5cd46afa38b4 (patch) | |
tree | a3131038663c6b610cedb84f4161a9fa9cc7e581 /static | |
parent | 0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7 (diff) | |
download | neko-c55b94202858eac95358358d2add5cd46afa38b4.tar.gz neko-c55b94202858eac95358358d2add5cd46afa38b4.tar.bz2 neko-c55b94202858eac95358358d2add5cd46afa38b4.zip |
add pre,code tags. css tweaks
Diffstat (limited to 'static')
-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 76d1ebd..8c44363 100644 --- a/static/style.css +++ b/static/style.css @@ -199,6 +199,7 @@ button { min-width: 0; width: 100%; max-width: 100%; + overflow: hidden; } |