unmatched_braces.css 401 B

123456789101112131415161718
  1. button,input,checkbox,textarea {
  2. outline: 0;
  3. margin: 0;
  4. }
  5. @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio:3/@media all and (orientation:portrait) {
  6. #wrapper {
  7. max-width:640px;
  8. margin: 0 auto;
  9. }
  10. }
  11. @media all and (orientation: landscape) {
  12. #wrapper {
  13. max-width:640px;
  14. margin: 0 auto;
  15. }
  16. }