Jump to content

User:Bob/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with '/w/index.php?title=Special:UserLogout: #content { width: 650px !important; margin: 0 auto !important; border: none !important; font-family: "lucida grande",...'
 
clean
Line 4: Line 4:
margin: 0 auto !important;
margin: 0 auto !important;
border: none !important;
border: none !important;
font-family: "lucida grande", sans-serif;
font-family: "palatino", sans-serif;
font-size: .95em;
font-size: 1em;
line-height: 1.35em;
}
}
#mw-navigation, #mw-page-base, #mw-head-base, #footer {
#mw-navigation, #mw-page-base, #mw-head-base, #footer {
display:none;
display:none;
}
.mw-code {
font-family: "consolas", monospace;
line-height: 1.5em;
}
}

Revision as of 17:04, 31 July 2013

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