Skip to content

Commit

Permalink
Fixed|Homepage: Updated "Report Bugs" / "Request Features" links to t…
Browse files Browse the repository at this point in the history
…he new tracker

Also fixed a minor positioning issue with the top panel.

IssueID #1683
  • Loading branch information
danij-deng committed Dec 17, 2013
1 parent 62700d2 commit bd6c41b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions web/plugins/z#home/html/getitnow.html
Expand Up @@ -7,8 +7,8 @@
<div class="project_links hnav">
<ul>
<li><a href="/builds" title="Build Repository (automated builds).">Build Repository</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=74815&amp;atid=542099" title="Report bugs (on sourceforge.net).">Report Bugs</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=74815&amp;atid=542102" title="Request features (on sourceforge.net).">Request Features</a></li>
<li><a href="http://tracker.skyjake.fi/projects/deng/issues?set_filter=1&tracker_id=1" title="Report bugs.">Report Bugs</a></li>
<li><a href="http://tracker.skyjake.fi/projects/deng/issues?set_filter=1&tracker_id=2" title="Request features.">Request Features</a></li>
<li><a href="/source" title="Get source code for the Doomsday Engine.">Source Code</a></li>
</ul>
</div>
5 changes: 2 additions & 3 deletions web/style.css
Expand Up @@ -591,7 +591,7 @@ ol.jumplist li {
}

@media only screen and (min-width: 767px) {
#main { overflow: hidden; }
#main { overflow: visible; }
}

.framepanel {
Expand Down Expand Up @@ -621,7 +621,7 @@ ol.jumplist li {

#menu section {
display: inline-block;
min-width: 11em;
min-width: 12em;
text-align: right;
}

Expand Down Expand Up @@ -689,7 +689,6 @@ span.paddle_left_select, span.paddle_right_select {
#framepanel_top {
position: absolute;
width: 100%;
top: -10px;
}

#panorama {
Expand Down

0 comments on commit bd6c41b

Please sign in to comment.