Difference between revisions of "User:James Hare/vector.css"
Jump to navigation
Jump to search
James Hare (talk | contribs) (Working) |
James Hare (talk | contribs) (Okay, really done now.) |
||
Line 1: | Line 1: | ||
− | /* For mobile devices */ |
||
− | |||
− | @media only screen and (max-device-width:480px) { |
||
− | #p-logo, |
||
− | #mw-head { |
||
− | display:none; |
||
− | } |
||
− | #mw-panel { |
||
− | display:inline; |
||
− | position:absolute; |
||
− | bottom:0; |
||
− | } |
||
− | #mw-panel ul li { |
||
− | list-style:none; |
||
− | display:inline; |
||
− | } |
||
− | } |
||
− | #bodyContent { |
||
− | position:absolute; |
||
− | left:0; |
||
− | } |
||
− | } |