mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Give the sponsor button a more prominent position
This commit is contained in:
parent
2ed6a61aa9
commit
4863c407a8
@ -197,6 +197,7 @@ h1.logo a span {
|
||||
float:right;
|
||||
display:inline;
|
||||
width:243px;
|
||||
margin-top:18px;
|
||||
}
|
||||
#content h2 {
|
||||
font-size:22px;
|
||||
@ -232,6 +233,7 @@ h1.logo a span {
|
||||
color:#000;
|
||||
font-weight:normal;
|
||||
margin-bottom:21px;
|
||||
margin-top:21px;
|
||||
}
|
||||
.latest-news .news-item {
|
||||
margin-bottom:20px;
|
||||
@ -267,7 +269,6 @@ h1.logo a span {
|
||||
color:#000;
|
||||
font-weight:normal;
|
||||
margin-bottom:21px;
|
||||
margin-top:21px;
|
||||
}
|
||||
.footer {
|
||||
font-size:10px;
|
||||
|
10
index.html
10
index.html
@ -184,6 +184,11 @@
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
<div class="sponsor">
|
||||
<h2>Support GPXSee</h2>
|
||||
<iframe src="https://github.com/sponsors/tumic0/button" title="Sponsor GPXSee" height="35" width="116" style="border: 0;"></iframe>
|
||||
<p>Help defraying the costs of GPXSee developement.</p>
|
||||
</div>
|
||||
<div class="latest-news">
|
||||
<h2>Releases</h2>
|
||||
<div class="news-item">
|
||||
@ -238,11 +243,6 @@
|
||||
<div id="changelog-link">
|
||||
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<h2>Support GPXSee</h2>
|
||||
<iframe src="https://github.com/sponsors/tumic0/button" title="Sponsor GPXSee" height="35" width="116" style="border: 0;"></iframe>
|
||||
<p>Help defraying the costs of GPXSee developement.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cl"> </div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user