# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1277591589 18000 # Node ID 3058a25a7c7c4bc6561b5967bce87093ae795fe4 # Parent a286848c2587b98828cdd7c732560abfb8ab41a7 Use new simpler Agora logo diff -r a286848c2587 -r 3058a25a7c7c static/agora.png Binary file static/agora.png has changed diff -r a286848c2587 -r 3058a25a7c7c static/djangodocs.css --- a/static/djangodocs.css Sun Jun 27 00:21:12 2010 +0200 +++ b/static/djangodocs.css Sat Jun 26 17:33:09 2010 -0500 @@ -14,20 +14,19 @@ } #header h1 a { color: white; margin-left: 1em} -#columnwrap { background: #DFE0DC; color: black; - - background-image: url("agora-grey-large.png"); - background-position: bottom right; - background-repeat: no-repeat; - } +#columnwrap { + background: #DFE0DC; color: black; + background-image: url("agora-grey-large.png"); + background-position: bottom right; + background-repeat: no-repeat; +} #footer { background-color:#8F918C; font-size:80%; padding-top: 0.75em; text-align:center; padding-bottom: 0.75em; } #copyright {margin-left: 1em;} -#agora-log {text-align:right;} - +#agora-logo{float: right;} /*** links ***/ a {text-decoration: none;} a img {border: none;} @@ -35,15 +34,13 @@ h2 a, h3 a, h4 a { text-decoration:none !important; } a.reference em { font-style: normal; } - /*** nav ***/ #nav-top {height: 0.85em; background:#F8BF69; width: 100%; position: absolute;} #nav-bot {height: 0.85em; background:#FCAF3E; width: 100%; position: absolute;} #nav-main{position: relative; z-index: 1; height: 0.85em;} #nav{ - margin: 0; font-size: 12px; text-align: right; + margin: 0; font-size: 14px; text-align: right; font-weight: bold; width: 100%; - font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; float: left; } #nav ul { @@ -78,7 +75,7 @@ /*** basic styles ***/ dd { margin-left:15px; } -h1,h2,h3,h4 { margin-top:1em; font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; font-weight:normal; } +h1,h2,h3,h4 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; } h1 { font-size:218%; margin-bottom:.4em; line-height:1.1em; } h2 { font-size:175%; margin-bottom:.6em; line-height:1.2em;} h3 { font-size:150%; font-weight:bold; margin-bottom:.2em;} diff -r a286848c2587 -r 3058a25a7c7c templates/base.djhtml --- a/templates/base.djhtml Sun Jun 27 00:21:12 2010 +0200 +++ b/templates/base.djhtml Sat Jun 26 17:33:09 2010 -0500 @@ -29,8 +29,9 @@