mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Relocating github link
This commit is contained in:
parent
260da2fb9b
commit
332d34da90
2 changed files with 6 additions and 3 deletions
|
@ -35,7 +35,6 @@
|
||||||
<a class="banner
|
<a class="banner
|
||||||
{% if page.title == "News" %}banner-highlight{% endif %}"
|
{% if page.title == "News" %}banner-highlight{% endif %}"
|
||||||
href="{{ base }}news">News</a>
|
href="{{ base }}news">News</a>
|
||||||
<a class="banner-forkme" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
@ -55,6 +54,9 @@
|
||||||
<a class="tar_download_link" href="https://github.com/justinethier/cyclone/tarball/master">Download this project as a tar.gz file</a>
|
<a class="tar_download_link" href="https://github.com/justinethier/cyclone/tarball/master">Download this project as a tar.gz file</a>
|
||||||
</section>
|
</section>
|
||||||
-->
|
-->
|
||||||
|
<section id="downloads">
|
||||||
|
<a class="banner-forkme" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
|
</section>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -371,8 +371,9 @@ p.banner {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
bottom: -40px;
|
bottom: -40px;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 70px;
|
height: 52px;
|
||||||
background: url('../images/icon_download.png') no-repeat 0% 90%;
|
/*height: 70px;*/
|
||||||
|
/*background: url('../images/icon_download.png') no-repeat 0% 90%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.zip_download_link {
|
.zip_download_link {
|
||||||
|
|
Loading…
Add table
Reference in a new issue