Views

From BarbWiki

Revision as of 04:41, 25 April 2011 by Coline (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

added css below to barb3_1.css

tr.even /* Some tables have rows marked even or odd. */ {

 background-color: #abc;  /* Drupal core uses a #eee background */

}

tr.odd {

 background-color: #def; /* Drupal core uses a #eee background */

}

Personal tools