From 9a30b3950afca15f14b1567214ec917b2dbcd59d Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Sat, 21 Jan 2017 21:38:48 -0800 Subject: [PATCH] fix erroneous style --- .DS_Store | Bin 16388 -> 16388 bytes css/customstyles.css | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.DS_Store b/.DS_Store index 09339648ec9128562b01c54e636cfefa96b93943..1cdbc38880030865e89ab8f8519e9f261c5d4307 100644 GIT binary patch delta 48 pcmZo^U~Fk%++c1td6iHfv!Q|IWNTsb&HvR{88@?77_(uB0sw`M4=?}# delta 148 zcmZo^U~Fk%++c3T_-pb%iB$%Y)zxN}hB^wmhNiVT3e|>&29`Ps7G~zPwF1jHIHWaA r9epDUYP%LKUb1xA@)bvpP0m-6XFNXHO{Hq{8uM;8icOikMm+)m2TC<@ diff --git a/css/customstyles.css b/css/customstyles.css index 11cc9c6..452b23b 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -161,9 +161,7 @@ table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td { border-top: 0; } -table > tbody + tbody { - b -} + table > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }