Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
} | } | ||
| − | |||
| − | |||
| − | |||
.container{ | .container{ | ||
display:flex; | display:flex; | ||
| + | padding: 10px; | ||
min-height:400px; | min-height:400px; | ||
} | } | ||
Revision as of 19:40, 15 April 2020
/* CSS placed here will be applied to all skins */
#p-tb, #ca-talk{
display: none;
}
.container{
display:flex;
padding: 10px;
min-height:400px;
}
.flex-item{
border: 1px dashed gray;
flex-grow: 1;
}
.fixed{
border: 1px solid gray;
width: 33%;
}