MediaWiki:Zumi.css: Unterschied zwischen den Versionen

Aus Klexikon - Das Freie Kinderlexikon
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „.klexibox { display: block; float: unset!important; } .klexibox > div > table { margin-left: auto!important; margin-right: auto!important; } @media scr…“)
 
K
 
Zeile 2: Zeile 2:
 
   display: block;
 
   display: block;
 
   float: unset!important;
 
   float: unset!important;
 +
  margin-left: 1em;
 
}
 
}
 
.klexibox > div > table {
 
.klexibox > div > table {

Aktuelle Version vom 5. Februar 2021, 15:55 Uhr

.klexibox {
  display: block;
  float: unset!important;
  margin-left: 1em;
}
.klexibox > div > table {
  margin-left: auto!important;
  margin-right: auto!important;
}
@media screen and (min-width: 768px) {
  .klexibox {
    display: unset;
    float: right!important;
  }
  .klexibox > div > table {
    margin-left: unset;
    margin-right: unset;
  }
}