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

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Working)
(Working)
Line 7: Line 7:
 
}
 
}
 
#content {
 
#content {
width:100%; 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;
  }
}