Merge "Fix some small positioning/overflow things"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit 9682b27739

@ -13,6 +13,7 @@
#personal-extra { #personal-extra {
// Position and keep it from randomly overflowing massively for no apparent reason // Position and keep it from randomly overflowing massively for no apparent reason
margin: 0.7em 0 -2em 0; margin: 0.7em 0 -2em 0;
white-space: nowrap;
ul { ul {
list-style: none; list-style: none;

@ -19,7 +19,6 @@ body {
.box; .box;
background: @background; background: @background;
padding: 1em @content-padding 3em; padding: 1em @content-padding 3em;
overflow: auto;
position: relative; position: relative;
} }
#mw-content-container { #mw-content-container {
@ -343,7 +342,7 @@ pre,
h1, h1,
h2 { h2 {
border-bottom: solid 2px @blue; border-bottom: solid 2px @blue;
overflow: hidden;
} }
h1.firstHeading { h1.firstHeading {

Loading…
Cancel
Save