MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 33: | Zeile 33: | ||
br.clear | br.clear | ||
{ | { | ||
| − | clear: | + | clear: both; |
| + | line-height: 0em; | ||
| + | height: 0px; | ||
} | } | ||
Version vom 29. Dezember 2017, 22:24 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
div.kachelfloatleft
{
height: 150px !important;
width: 250px !important;
float: left;
margin-right:20px;
background-color: #f2c4ff;
margin-bottom: 20px;
}
div.kachelabsatzend
{
height: 150px !important;
width: 250px !important;
margin-right:20px;
background-color: #f2c4ff;
margin-bottom: 20px;
}
.before::before, .after::after
{
content: "\A";
white-space: pre;
}
div.kachel pre
{
height: 90px !important;
}
br.clear
{
clear: both;
line-height: 0em;
height: 0px;
}