quick-test.css 548 B

12345678910111213141516171819202122232425262728293031
  1. /*! This file exists only for testing a Minify installation. It's content is not used.
  2. *
  3. * http://example.org/min/f=min/quick-test.css
  4. */
  5. @import url( more.css );
  6. body, td, th {
  7. font-family: Verdana , "Bitstream Vera Sans" , Arial Narrow, sans-serif ;
  8. font-size : 12px;
  9. }
  10. .nav {
  11. margin-left: 20%;
  12. }
  13. #main-nav {
  14. background-color: red;
  15. border: 1px solid #00ff77;
  16. }
  17. div#content
  18. h1 + p {
  19. padding-top: 0;
  20. margin-top: 0;
  21. }
  22. @media all and (min-width: 640px) {
  23. #media-queries-1 { background-color: #0f0; }
  24. }