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.

28 lines
1.0 KiB

10 years ago
  1. ---
  2. layout : 'default'
  3. css : 'reset-page'
  4. element : 'reset'
  5. elementType : 'global'
  6. title : 'Reset'
  7. description : 'A reset is a set of normalized values for CSS properties that correct for abberations in browser defaults'
  8. status : 'Undocumented'
  9. type : 'UI Global'
  10. ---
  11. <link rel="stylesheet/less" type="text/css" href="/build/less/definitions/globals/reset.less" />
  12. <%- @partial('header') %>
  13. <div class="main container">
  14. <h2 class="ui dividing header">What Can I Use This For?</h2>
  15. <div class="no example">
  16. <p>Semantic's default theme includes the latest Normalize css to provide a base line. In addition somewhat uniquely, Semantic UI requires a <b>Box-sizing</b> reset, to make sure that all elements handle width definitions in the same way.</p>
  17. </div>
  18. <h2 class="ui dividing header">Development Progress</h2>
  19. <div class="no example">
  20. <p>This is an undocumented component, but will be included in 1.0.</p>
  21. <p>Stay tuned the next couple weeks for documentation.</p>
  22. </div>
  23. </div>