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:
@@ -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">></span></a></h4>
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
<!--#include virtual="sidebar-get-boost.html" -->
|
||||
<!--#include virtual="sidebar-search.html" -->
|
||||
<!--#include virtual="sidebar-donate.html" -->
|
||||
|
||||
5
common/sidebar-donate.html
Normal file
5
common/sidebar-donate.html
Normal 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>
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user