ich habe mal eine Zeile auskommentiert, aber ich verstehe es trotzdem nicht

Jetzt wird das Hintergundbild angezeigt
Zeile 62
In diesem Auschnitt 12 - 15
Show Plain Text
  1. header .header-content {
  2.   background: #fff url(img/header-content-bg.png) no-repeat right top;
  3.   height: 288px;
  4.   border-bottom: 1px dashed #E8E8E8;
  5.   position: relative;
  6. }
  7. /* For high-res devices */
  8. @media
  9. (-webkit-min-device-pixel-ratio: 2),
  10. (min-resolution: 192dpi) {
  11.  
  12. /*  header .header-content {
  13.     background: #fff url(img/header-content-bg_@2X.png) no-repeat right top;
  14.     background-size: 361px 256px;
  15.   }*/
  16.  
  17. }
----------
Runtime Error 6D at 417A:32CF: Incompetent User