User:MJL/vector.css: Difference between revisions
< User:MJL
Jump to navigation
Jump to search
(Created page with "@media screen and (min-width: 982px) { #left-navigation { margin-left: 14em; } }") |
m (fix margin) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@media screen and (min-width: 982px) { | @media screen and (min-width: 982px) { | ||
#left-navigation { | #left-navigation { | ||
margin-left: | margin-left: 12.25em; | ||
} | } | ||
} | |||
#p-logo a, #p-logo a:hover { | |||
width: 10em; | |||
} | |||
#content { | |||
margin-left: 12.25em; | |||
} | |||
div#mw-panel div.portal div.body { | |||
margin: 0 0 0 0.5em; | |||
} | } | ||