demo-ie8.css 396 B

123456789101112131415161718192021
  1. @charset "UTF-8";
  2. /*
  3. * jQuery File Upload Demo CSS Fixes for IE<9 1.0.0
  4. * https://github.com/blueimp/jQuery-File-Upload
  5. *
  6. * Copyright 2013, Sebastian Tschan
  7. * https://blueimp.net
  8. *
  9. * Licensed under the MIT license:
  10. * http://www.opensource.org/licenses/MIT
  11. */
  12. .navigation {
  13. list-style: none;
  14. padding: 0;
  15. margin: 1em 0;
  16. }
  17. .navigation li {
  18. display: inline;
  19. margin-right: 10px;
  20. }