Änderungen

Vorlage:Gebäude
Zeile 48: Zeile 48:  
     min-width: 8em;
 
     min-width: 8em;
 
     margin-right: 2em;
 
     margin-right: 2em;
 +
}
 +
 +
/** *************************************
 +
* Vorlage:Gebäude
 +
*/
 +
.Gebaeude {
 +
  width:100%;
 +
}
 +
 +
 +
/** *************************************
 +
* Vorlage:Gebäude.Daten
 +
*/
 +
dl.dataTable {
 +
    width: 100%;
 +
}
 +
dl.dataTable > dt,
 +
dl.dataTable > dd {
 +
  width: 50%;
 +
  float:left;
 +
  box-sizing: border-box;
 +
  margin: 0;
 +
}
 +
dl.dataTable > dt {
 +
  clear:left;
 +
  padding-right: 1em;
 +
}
 +
dl.dataTable:after {
 +
  display: block;
 +
  content: '';
 +
  clear: both;
 
}
 
}