Difference between revisions of "User:Evanjohnman/vector.css"
Evanjohnman (talk | contribs) m |
Evanjohnman (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | @media screen and (max-width: 982px) #p-views { | + | @media screen and (max-width: 982px) { |
+ | #p-views { | ||
left: 376px; | left: 376px; | ||
+ | } | ||
} | } | ||
− | @media screen and (max-width: 982px) #p-cactions { | + | @media screen and (max-width: 982px) { |
+ | #p-cactions { | ||
left: 376px; | left: 376px; | ||
+ | } | ||
} | } | ||
Revision as of 21:48, 30 November 2016
@media screen and (max-width: 982px) { #p-views { left: 376px; } } @media screen and (max-width: 982px) { #p-cactions { left: 376px; } } #right-navigation { float: none; } h3#p-cactions-label { background-image: none; } h3#p-cactions-label > span { display: none; } div#p-views { float: left; position: relative; left: 392px; } div#p-cactions { left: 392px; } #p-search { float: right; }