]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
CSS can handle alternating row colouring now
[quix0rs-gnu-social.git] / theme / base / css / display.css
index ddc225fb82d073f8288e1534b1e3e30dc7fc5f9c..20f9aa775fe16613735e3d360d29009fcdbc72cb 100644 (file)
@@ -1622,6 +1622,11 @@ ul.profile_list li {
     display: block;
 }
 
+table.profile_list tbody tr:nth-child(2n+1) {
+    background-color: #fafafa !important;
+    border: none !important;
+}
+
 .entity_profile .entity_nickname,
 .entity_profile .entity_fn {
 margin-left:0;