MediaWiki:Common.css: Difference between revisions

175 bytes added ,  09:15, 18 October 2023
.float-right
(add .short-collapsible)
(.float-right)
Line 144: Line 144:
   display: none;
   display: none;
}
}
.float-right {
display: block;
width: 25%;
float: right;
clear: right;
}
.float-right > :first-child { margin-top: 0; }
.float-right > :last-child { margin-bottom: 0; }