Jump to content

User:Bob/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m line height
m m
Line 11: Line 11:
margin-bottom: .9em !important;
margin-bottom: .9em !important;
}
}
#mw-navigation, #mw-page-base, #mw-head-base, #footer {
#mw-navigation, #mw-page-base, #mw-head-base, #footer, #site-sub {
display:none !important;
display:none !important;
}
}

Revision as of 17:20, 31 July 2013

/* /w/index.php?title=Special:UserLogout */
#content {
width: 650px !important;
margin: 0 auto !important;
border: none !important;
font-family: "lucida grande", sans-serif !important;
font-size: 1em !important;
}
#content div p {
line-height: 1.6em !important;
margin-bottom: .9em !important;
}
#mw-navigation, #mw-page-base, #mw-head-base, #footer, #site-sub {
display:none !important;
}
.mw-code {
font-family: "consolas", monospace !important;
line-height: 1.5em !important;
}