Mercurial > owls
diff Owls.css.php @ 2:ab74e95a8040
added display of broken nodes; Header and Footer in Owls.php now; added logos
author | "Meillo r e t u r n s <meillo@marmaro.de>" |
---|---|
date | Thu, 07 Dec 2006 21:04:30 +0100 |
parents | 3021ce32ee14 |
children | 3cacc24e1774 |
line wrap: on
line diff
--- a/Owls.css.php Sun Dec 03 22:32:33 2006 +0100 +++ b/Owls.css.php Thu Dec 07 21:04:30 2006 +0100 @@ -10,7 +10,7 @@ // colors - $cProject = '#96c'; + $cProject = '#ff8040'; // #96c $cBackgroundGlobal = '#666'; //$cBackgroundContent = '#666'; //eee @@ -146,12 +146,14 @@ } -li#orphans { +li#orphans, +li#broken { margin-top: 2em; font-style: italic; color: #aaa; } + li#login { margin-top: 3em; }