Don't float article actions on tablets

Bug: T171608
Change-Id: Ie9ba7df0a0f052948d46b6a9b14a3bbcef2b99fe
This commit is contained in:
Baha 2017-08-14 12:43:34 -04:00
parent cd376fdd6d
commit bea5dbde62
2 changed files with 0 additions and 37 deletions

View File

@ -129,17 +129,3 @@
}
}
}
@media all and ( min-width: @deviceWidthTablet ) {
#page-actions {
position: initial;
float: right;
width: auto;
border: 0;
margin: 0 0 @iconGutterWidth @iconGutterWidth;
.language-selector {
float: inherit;
}
}
}

View File

@ -54,29 +54,6 @@ A file for css that optimises the Minerva skin on larger devices.
clear: none;
}
.heading-holder {
padding: 20px 0;
position: relative;
#section_0 {
border-bottom: 0;
padding: 0 0 7px 0;
font-size: @firstHeadingFontSize;
}
}
#page-actions {
padding: 18px 0 0 0;
li {
display: inline-block;
}
li:first-child {
margin-top: 0;
}
}
// FIXME: Have a class that identifies all of these selectors
.pre-content,
.content,