home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2019-01-25 19:15:57
Committer zPlus <zplus@peers.community> 2019-01-25 19:15:57
Commit 231a89f (patch)
Tree 54ffd02
Parent(s)

Fix #50 `` not working inside <ul>


commits diff: 2dff19b..231a89f
1 file changed, 14 insertions, 13 deletionsdownload


Diffstat
-rwxr-xr-x freepost/static/stylus/reset.styl 27

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+14/-13 M   freepost/static/stylus/reset.styl
index 5814c82..e388903
old size: 6K - new size: 6K
@@ -195,19 +195,20 @@ pre.new_year
195 195 white-space -o-pre-wrap
196 196
197 197 /* Inline code */
198 - p > code
199 - background-color #f5f5f5
200 - border-radius 3px
201 - display inline-block
202 - font-family Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
203 - font-size 85%
204 - line-height 140%
205 - margin 0 .2em
206 - padding .2em
207 - white-space pre
208 - white-space pre-wrap
209 - white-space -moz-pre-wrap
210 - white-space -o-pre-wrap
198 + :not(pre)
199 + > code
200 + background-color #f5f5f5
201 + border-radius 3px
202 + display inline-block
203 + font-family Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
204 + font-size 85%
205 + line-height 140%
206 + margin 0 .2em
207 + padding .2em
208 + white-space pre
209 + white-space pre-wrap
210 + white-space -moz-pre-wrap
211 + white-space -o-pre-wrap
211 212
212 213 select
213 214 -webkit-appearance none