/* If Vector skin is activated this css is automatically loaded */
/* ---------------- */
/* 1. Logo top left */
#p-logo {
margin: 11px 0;
}
#p-logo .mw-wiki-logo {
background-size: 120px;
background-position: 14px 1px;
}
/* ----------------- */
/* 2. External Links */
a.external {
padding-right: 0 !important;
background-image: none !important;
}
/* ------------------------------------------------------ */
/* 3. Dropzone for files while editing: Height correction */
#msupload-dropzone {
min-height: 35px;
}