Difference between revisions of "User:James Hare/vector.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Okay, really done now.)
(Working)
Line 1: Line 1:
  +
/* For mobile devices */
  +
  +
@media only screen and (max-device-width:480px) {
  +
#p-logo,
  +
#mw-panel {
  +
display:none;
  +
}
  +
#content {
  +
width:100%; margin:0%;
  +
}
  +
}

Revision as of 18:47, 6 June 2013

/* For mobile devices */

@media only screen and (max-device-width:480px) {
  #p-logo,  
  #mw-panel {
    display:none;
   }
  #content {
    width:100%; margin:0%;
  }
}