1. 25 mar., 2014 4 validations
  2. 13 mar., 2014 1 validation
  3. 25 fév., 2014 1 validation
  4. 17 fév., 2014 2 validations
  5. 16 fév., 2014 1 validation
  6. 03 fév., 2014 1 validation
  7. 20 déc., 2013 2 validations
  8. 19 déc., 2013 1 validation
  9. 17 déc., 2013 1 validation
  10. 10 déc., 2013 2 validations
  11. 03 déc., 2013 1 validation
  12. 27 nov., 2013 2 validations
  13. 26 nov., 2013 2 validations
  14. 17 nov., 2013 1 validation
  15. 09 nov., 2013 1 validation
  16. 08 nov., 2013 3 validations
  17. 07 nov., 2013 1 validation
    • Florian Haas's avatar
      CSS: Don't override font-weight for section · 0069e3ad
      Florian Haas a écrit
      .slides>section and .slides>section>section set the font-weight to
      "normal". This overrides any font-weight setting a theme may set at
      the body or .reveal level, and requires a theme author to also
      specifically set the font-weight for .slides>section and
      .slides>section>section. That's tedious and also counterintuitive.
      
      Adopt a saner default by setting the font-weight to inherit.
      0069e3ad
  18. 04 nov., 2013 1 validation
  19. 01 nov., 2013 1 validation
  20. 31 oct., 2013 1 validation
  21. 30 oct., 2013 3 validations
  22. 27 oct., 2013 1 validation
  23. 22 oct., 2013 1 validation
  24. 13 oct., 2013 4 validations
  25. 01 oct., 2013 1 validation
    • olivierbloch's avatar
      windows.navigator.pointerEnabled · 27bf1306
      olivierbloch a écrit
      for backward compatibility reasons, IE11 sets both msPointerEnabled and
      pointerEnabled. Changed the order for the test and added 'else if' to
      not duplicate handlers on pointer events
      27bf1306