Wechseln zu:Navigation, Suche
Wiki

.wikitable3 > tbody > tr > td {

 float: left;
 text-align:left;
 padding-left: 2px;
 vertical-align: top;
 width: 33.3%;
 border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
 border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
 border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
 border-bottom: 1px solid #a2a9b1; /* Rand unten durch Hintergrundfarbe ausblenden */
 }