MediaWiki:Vector.css: Difference between revisions
From Destinypedia, the Destiny wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
.rc-floatlinks { | .rc-floatlinks { | ||
line-height: 21px; | |||
} | } | ||
Line 19: | Line 19: | ||
tt, code, pre { | tt, code, pre { | ||
font-family: monospace, sans-serif; | font-family: monospace, sans-serif; | ||
} | |||
/* Who's Online spacing */ | |||
#WhosOnlineDiv { | |||
margin-bottom: -8px; | |||
} | } |
Revision as of 18:28, July 11, 2016
/* CSS placed here will affect users of the Vector skin */
#p-logo a, #p-logo a:hover {
height: 175px;
}
#title-linktabs {
top: -30px;
}
.rc-floatlinks {
line-height: 21px;
}
body.page-Main_Page #footer-info-lastmod {
display: none;
}
tt, code, pre {
font-family: monospace, sans-serif;
}
/* Who's Online spacing */
#WhosOnlineDiv {
margin-bottom: -8px;
}