diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -65,6 +65,9 @@ td.center { .section:nth-child(even) { background: #DDDDDD; } +.section:nth-child(odd) { + background: #DDDDDD; +} .none { background: #fff; } @@ -148,4 +151,4 @@ td.center { } .centeredtext { text-align: center; -} \ No newline at end of file +}