Difference between revisions of "User:Evanjohnman/vector.css"
Evanjohnman (talk | contribs) m |
Evanjohnman (talk | contribs) |
||
Line 1: | Line 1: | ||
@media screen and (max-width: 982px) { | @media screen and (max-width: 982px) { | ||
#p-views { | #p-views { | ||
+ | float: left; | ||
+ | position: relative; | ||
left: 376px; | left: 376px; | ||
} | } | ||
Line 7: | Line 9: | ||
@media screen and (max-width: 982px) { | @media screen and (max-width: 982px) { | ||
#p-cactions { | #p-cactions { | ||
+ | float: left; | ||
+ | position: relative; | ||
left: 376px; | left: 376px; | ||
} | } |
Revision as of 21:54, 30 November 2016
@media screen and (max-width: 982px) { #p-views { float: left; position: relative; left: 376px; } } @media screen and (max-width: 982px) { #p-cactions { float: left; position: relative; 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; }