2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Take the donate button out of the sidebar menu.

This commit is contained in:
Daniel James
2015-04-12 15:18:06 +01:00
parent 95dec77273
commit d8bc76e7bf
4 changed files with 12 additions and 11 deletions

View File

@@ -1,9 +1,3 @@
<div id="donatelink">
<a href="/donate" class=""><img src=
"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt=
"Donate to Boost" /></a>
</div>
<h4><a href="/" class="internal">Welcome <span class=
"link">&gt;</span></a></h4>

View File

@@ -1,2 +1,3 @@
<!--#include virtual="sidebar-get-boost.html" -->
<!--#include virtual="sidebar-search.html" -->
<!--#include virtual="sidebar-donate.html" -->

View File

@@ -0,0 +1,5 @@
<div id="donatelink">
<a href="/donate" class=""><img src=
"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt=
"Donate to Boost" /></a>
</div>

View File

@@ -33,11 +33,6 @@
}
#sidebar #menu ul li {
}
#sidebar #menu ul li #donatelink {
width: 147px;
margin-left: auto;
margin-right: auto;
}
#sidebar #menu ul li h4 {
font-family: "Times New Roman",serif;
font-variant: small-caps;
@@ -131,3 +126,9 @@
height: 145px;
background: #FFFFFF url(get-boost.png) no-repeat center center;
}
/* Donate button */
#donatelink {
width: 147px;
margin-left: auto;
margin-right: auto;
}