Merge "Page toolbar visual tweaks and code clean up"

This commit is contained in:
jenkins-bot 2022-07-27 19:40:17 +00:00 committed by Gerrit Code Review
commit 225efaaabb
3 changed files with 0 additions and 10 deletions

View File

@ -12,10 +12,6 @@
font-size: @font-size-tabs;
}
@media ( min-width: @min-width-desktop-wide ) {
padding-right: @padding-horizontal-tabs - 1px;
}
.mw-portlet-views {
display: none;

View File

@ -8,7 +8,6 @@
/* Tab list items */
.vector-menu-tabs {
float: left;
padding-left: @border-width-base;
/* focus and hover have outlines. Text underline interferes with bottom border */
.mw-list-item a:focus,

View File

@ -214,11 +214,6 @@ body {
padding: @padding-content;
}
#p-namespaces {
background-image: none;
padding-left: 0;
}
.mw-footer {
border-top: @border-base;
padding: 0.75em;