The Cathedral of Attnam

Changes

Jump to navigation Jump to search
m
no edit summary
/* CSS placed here will be applied to all skins */
 
#content table, #content div { box-sizing: border-box; }
 
.row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
align-content: flex-start;
}
.col {
width: 100%;
margin-bottom: 1em;
}
.col > div {
height: 100%;
}
#left-navigation, #right-navigation { top:130px; }
.break { /*width:100%; height:1px; margin:0 0 -1px;*/ clear:both; }
 
.mw-ui-icon-small {
width: 1em;
height: 1em;
min-width: 1em;
min-height: 1em;
flex-basis: 1em;
line-height: 1em;
}
.mw-ui-icon-small.mw-ui-icon-element {
padding: 0.5625em;
}
.mw-ui-icon-small.mw-ui-icon-flush-left {
margin-left: -0.5625em;
}

Navigation menu