mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add a direct link to latest changes info. fix #424
This commit is contained in:
parent
d06380d1f0
commit
88fd29db2f
@ -60,6 +60,15 @@ a:hover {
|
||||
border-bottom: 1px solid #2A8729;
|
||||
}
|
||||
|
||||
.latest {
|
||||
width: 150px;
|
||||
top: 0;
|
||||
display: block;
|
||||
float: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.logo-div {
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
@ -389,4 +398,4 @@ pre {
|
||||
|
||||
.footer-wp a:hover {
|
||||
color: #1D692D;
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,6 +14,11 @@
|
||||
<body>
|
||||
<div class="logo-wrapper">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user