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.
 
 
 
 
 

32 lines
472 B

  1. /*!
  2. * DokuWiki Bootstrap3 Template: Recent
  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. .dokuwiki form.changes ul {
  9. padding-top: 1.5em;
  10. li {
  11. list-style: none;
  12. margin-left: 0;
  13. /*&.minor {
  14. opacity: .7;
  15. }*/
  16. span.sum {
  17. font-weight: bold;
  18. }
  19. input {
  20. vertical-align: top;
  21. }
  22. }
  23. }