diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index fa2f06be40c..26ebdd622f0 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -17,14 +17,16 @@ * $Id$ * $Source$ * + * Mainteneur : Rodolphe Quiedeville */ -body -{ +body { margin: 0px; background: #ebebe0; font-family: sans-serif; font-size: 0.95em; } - +/* + * Onglets + */ div.tabBar { color: #436976; @@ -34,7 +36,6 @@ div.tabBar { border: 1px solid #8CACBB; } - div.tabs { margin: 0em; padding: 0em 3em; @@ -73,7 +74,6 @@ a.tabAction:hover { background: #dee7ec; } - a.tab#active { background: #dee7ec; border-bottom: #dee7ec 1px solid;