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

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Working)
(Working)
Line 2: Line 2:
   
 
@media only screen and (max-device-width:480px) {
 
@media only screen and (max-device-width:480px) {
#p-logo,
 
 
#mw-panel {
 
#mw-panel {
 
display:none;
 
display:none;
 
}
 
}
 
#content {
 
#content {
  +
position:absolute; left:-168px;
margin:0;
 
 
}
 
}
 
}
 
}

Revision as of 18:57, 6 June 2013

/* For mobile devices */

@media only screen and (max-device-width:480px) {
  #mw-panel {
    display:none;
  }
  #content {
    position:absolute; left:-168px;
  }
}