all repos — h3rald @ 0f412e07cd82f8a44d95c07a6ae8976d31c2bef1

The sources of https://h3rald.com

Fixed accidental icon rendering for code classes.
Fabio Cevasco h3rald@h3rald.com
Sun, 05 Oct 2014 09:51:11 +0200
commit

0f412e07cd82f8a44d95c07a6ae8976d31c2bef1

parent

95004042b656d07ad9a1dc10655ba1c8afec5a0e

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M content/styles/_typography.lesscontent/styles/_typography.less

@@ -132,6 +132,11 @@ }

code { line-height: 1.2; + .tag { + &:before { + content: none; + } + } } .navbar .input-group {