diff --git a/freepost/static/stylus/reset.styl b/freepost/static/stylus/reset.styl index 5814c82..e388903 100755 --- a/freepost/static/stylus/reset.styl +++ b/freepost/static/stylus/reset.styl @@ -195,19 +195,20 @@ pre.new_year white-space -o-pre-wrap /* Inline code */ -p > code - background-color #f5f5f5 - border-radius 3px - display inline-block - font-family Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace - font-size 85% - line-height 140% - margin 0 .2em - padding .2em - white-space pre - white-space pre-wrap - white-space -moz-pre-wrap - white-space -o-pre-wrap +:not(pre) + > code + background-color #f5f5f5 + border-radius 3px + display inline-block + font-family Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace + font-size 85% + line-height 140% + margin 0 .2em + padding .2em + white-space pre + white-space pre-wrap + white-space -moz-pre-wrap + white-space -o-pre-wrap select -webkit-appearance none