484 Bytes hinzugefügt
, 21:51, 18. Aug. 2014
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* @noflip */div.float-left,
table.float-left,
ul.float-left,
.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
/* @noflip */div.float-right,
table.float-right,
ul.float-right,
.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
ul.centered,
.centered {
margin-left: auto;
margin-right: auto;
}
.toptextcells > * > * > td {
vertical-align: top;
}