Views
From BarbWiki
(Difference between revisions)
(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...") |
|||
| Line 1: | Line 1: | ||
added css below to barb3_1.css | added css below to barb3_1.css | ||
| - | tr.even /* Some tables have rows marked even or odd. */ { | + | <nowiki>tr.even /* Some tables have rows marked even or odd. */ { |
background-color: #abc; /* Drupal core uses a #eee background */ | background-color: #abc; /* Drupal core uses a #eee background */ | ||
} | } | ||
| Line 8: | Line 8: | ||
background-color: #def; /* Drupal core uses a #eee background */ | background-color: #def; /* Drupal core uses a #eee background */ | ||
} | } | ||
| + | </nowiki> | ||
Latest revision as of 04:42, 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 */ }