Views

From BarbWiki

(Difference between revisions)
Jump to: navigation, search
Coline (Talk | contribs)
(Created page with "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 { backgr...")
Newer edit →

Revision as of 04:41, 25 April 2011

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