Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
K
K
Zeile 1: Zeile 1:
 
.zebra tr:nth-child(2n+1) {
 
.zebra tr:nth-child(2n+1) {
     background-color: #f6f6f6;
+
     background-color: #f3f3f3;
 +
}
 +
 
 +
.zebra th {
 +
background-color: #ddd !important;
 
}
 
}
  

Version vom 14. März 2013, 22:52 Uhr

.zebra tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}

.zebra th {
background-color: #ddd !important;
}

.toptextcells td {
vertical-align:top !important;
}