6937c6fa58c965785b52930613497ad2eec379f6

Author: Mark Story

Date: 2009-02-06 18:46:33 -0500

Minor change in CSS to make tables easier to read.

diff --git a/vendors/css/base.css b/vendors/css/base.css index c19b2d8..db7c848 100644 --- a/vendors/css/base.css +++ b/vendors/css/base.css @@ -282,11 +282,11 @@ Documentation Page Styles border-spacing: 2px; } .doc-body td { - background: #DAEBEE; + background: #e9f3f5; vertical-align: middle; } .doc-body .odd td { - background: #C9E2E6; + background: #daeaed; } .doc-body table td { font-size:12px;