equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * :organization: Logilab |
2 * :organization: Logilab |
3 * :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
3 * :copyright: 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
4 * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
4 * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 */ |
5 */ |
6 |
6 |
7 /***************************************/ |
7 /***************************************/ |
8 /* xhtml tags */ |
8 /* xhtml tags */ |
218 /***************************************/ |
218 /***************************************/ |
219 |
219 |
220 /* header */ |
220 /* header */ |
221 |
221 |
222 table#header { |
222 table#header { |
223 background: %(headerBgColor)s url("banner.png") repeat-x top left; |
223 background: %(headerBg)s; |
224 width: 100%; |
224 width: 100%; |
225 } |
225 } |
226 |
226 |
227 table#header td { |
227 table#header td { |
228 vertical-align: middle; |
228 vertical-align: middle; |