diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-03 12:33:53 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-03 12:33:53 -0600 |
commit | 9145331fd420ec3fe86833a7b9567ec42f1d84e8 (patch) | |
tree | aa955481319e94f47372f539c2c06b27fdeb6042 /lib | |
parent | 5ab0be3e6263f2955c58e81e1a41495af94a66d4 (diff) |
Renamed and moved gOdd/gEven CSS classes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 54453012..5768e1cf 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -134,9 +134,11 @@ form .g-error { } .g-even-row { + background-color: #fff; } .g-odd-row { + background-color: #eee; } /** ******************************************************************* |