diff options
author | Spreadyy <sandro@012345.ch> | 2016-10-22 23:11:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-22 23:11:17 +0200 |
commit | d8316955c7bd04c97cef9ba501332ca35cdb4e0f (patch) | |
tree | 7e92cf4405d9fbfbff7438dd6ae88890f24eec14 /www | |
parent | 12374fc6cfa373de08546342fbbbfc19df554adb (diff) | |
download | qutebrowser-d8316955c7bd04c97cef9ba501332ca35cdb4e0f.tar.gz qutebrowser-d8316955c7bd04c97cef9ba501332ca35cdb4e0f.zip |
fix code blocks inside new "table"
Diffstat (limited to 'www')
-rw-r--r-- | www/qute.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/qute.css b/www/qute.css index 676099f59..9cfc366a5 100644 --- a/www/qute.css +++ b/www/qute.css @@ -166,7 +166,7 @@ code { font-weight: bold; } -.admonitionblock .content { +.admonitionblock td.content { padding-left: 10px; border-left: 1px solid #ccc; } |