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

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Working)
(Working)
Line 5: Line 5:
 
#mw-panel {
 
#mw-panel {
 
display:none;
 
display:none;
}
+
}
 
#content {
 
#content {
 
margin:0;
 
margin:0;

Revision as of 18:49, 6 June 2013

/* For mobile devices */

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