mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 05:01:25 +00:00
835862fffc
This unblocks work on the header which will rewrite the layout code. This corresponds to a 0.06kb increase in CSS size, which is zero after gzipping. Bug: T249073 Change-Id: I23f18fc5f078da3331cad540bbaf533d348f2108
37 lines
561 B
Plaintext
37 lines
561 B
Plaintext
@import '../../variables.less';
|
|
|
|
/* Logo */
|
|
#p-logo {
|
|
width: 10em;
|
|
height: 160px;
|
|
|
|
a {
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
width: 10em;
|
|
height: 160px;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
/* Panel */
|
|
#mw-panel {
|
|
font-size: @font-size-nav-main;
|
|
|
|
/* First sidebar portlet. Not using :first-of-type for IE<=8 support. */
|
|
#p-logo + .portal {
|
|
background-image: none;
|
|
margin-top: 1em;
|
|
|
|
h3 {
|
|
display: none;
|
|
}
|
|
|
|
.body {
|
|
background-image: none;
|
|
margin-left: @margin-start-nav-main-body;
|
|
}
|
|
}
|
|
}
|