Advertisement
Lazza

Tweaks to WP-Markdown

Jan 1st, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. textarea.bbp-the-content,
  2. .bbp-reply-content {
  3.     font-size: 110% !important;
  4. }
  5.  
  6.  
  7. .wmd-spacer,
  8. .wmd-button {
  9.     display: block !important;
  10.     float: left !important;
  11.     position: relative !important;
  12.     left: auto !important;
  13. }
  14.  
  15. .wmd-spacer {
  16.     padding-left: 5px !important;
  17.     background: transparent !important;
  18. }
  19.  
  20. .wmd-preview,
  21. .bbp-the-content-wrapper > textarea {
  22.     -moz-box-sizing: border-box;
  23.     -webkit-box-sizing: border-box;
  24.     box-sizing: border-box;
  25. }
  26.  
  27. .bbp-reply-form code,
  28. .bbp-topic-form code {
  29.     display: inline-block !important;
  30.     padding: 2px !important;
  31.     width: auto !important;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement