You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

42 lines
700 B

  1. /*
  2. * DokuWiki Bootstrap3 Template: DokuWiki Plugins
  3. *
  4. * Home http://dokuwiki.org/template:bootstrap3
  5. * Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  6. * License GPL 2 (http://www.gnu.org/licenses/gpl.html)
  7. */
  8. /* Discussion Plugin */
  9. div.dokuwiki {
  10. div.comment_wrapper {
  11. margin: 50px 0 0 0;
  12. padding: 0;
  13. background-color: inherit;
  14. div.panel-heading {
  15. margin-top: 0;
  16. padding: 5px;
  17. clear: none;
  18. }
  19. div.comment_body {
  20. border: 0 hidden;
  21. }
  22. div.comment_buttons {
  23. float: none;
  24. margin-top: initial;
  25. padding: 5px;
  26. }
  27. }
  28. #discussion__section {
  29. color: inherit;
  30. text-decoration: none;
  31. }
  32. }