Advertisement
Guest User

firefox

a guest
Jan 27th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @-moz-document regexp("https?://(?!.*i\\.).*reddit(?!media)\\.com.*") {
  2. .md .-blocks, .md .-lists, .md pre, .md blockquote, .md table, .md p, .md ul, .md ol,
  3. .md p {
  4. font-size: small;
  5. line-height: normal;
  6.  
  7. }
  8.  
  9. .md p, .md h1 {
  10. margin: 5px 0;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement