add a direct link to latest changes info. fix #424

This commit is contained in:
benoitc 2012-11-06 06:02:47 +01:00
parent d06380d1f0
commit 88fd29db2f
2 changed files with 15 additions and 1 deletions

View File

@ -60,6 +60,15 @@ a:hover {
border-bottom: 1px solid #2A8729; border-bottom: 1px solid #2A8729;
} }
.latest {
width: 150px;
top: 0;
display: block;
float: right;
font-weight: bold;
}
.logo-div { .logo-div {
width: 1000px; width: 1000px;
margin: 0 auto; margin: 0 auto;
@ -389,4 +398,4 @@ pre {
.footer-wp a:hover { .footer-wp a:hover {
color: #1D692D; color: #1D692D;
} }

View File

@ -14,6 +14,11 @@
<body> <body>
<div class="logo-wrapper"> <div class="logo-wrapper">
<div class="logo-div"> <div class="logo-div">
<div class="latest">
Latest version: <strong><a
href="http://docs.gunicorn.org/en/latest/news.html#id1">0.15.0</a></strong>
</div>
<div class="logo"><img src="images/logo.jpg" ></div> <div class="logo"><img src="images/logo.jpg" ></div>
</div> </div>
</div> </div>