Mercurial > wikked
changeset 475:0ecf8303a135
web: Fix display bug around `pre>code` areas.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 11 Oct 2018 23:18:45 -0700 |
parents | db73b12ad212 |
children | 71114096433c |
files | wikked/assets/css/wikked/main.less |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/assets/css/wikked/main.less Mon Oct 08 23:49:09 2018 -0700 +++ b/wikked/assets/css/wikked/main.less Thu Oct 11 23:18:45 2018 -0700 @@ -26,6 +26,10 @@ border-radius: 4px; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; } +pre>code { + padding-top: 0; + padding-bottom: 0; +} aside { color: #FFF;