|
|
|
@ -16,10 +16,25 @@ |
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
#} |
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
.noselect { |
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */ |
|
|
|
|
-webkit-user-select: none; /* Safari */ |
|
|
|
|
-khtml-user-select: none; /* Konqueror HTML */ |
|
|
|
|
-moz-user-select: none; /* Firefox */ |
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */ |
|
|
|
|
user-select: none; /* Non-prefixed version, currently |
|
|
|
|
supported by Chrome and Opera */ |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
{# for spacing below the banner; see banner.html template. -- sudoman 2017-03-09 #} |
|
|
|
|
<div style="margin-top: 64px;"></div> |
|
|
|
|
|
|
|
|
|
<div class="noselect" style="display: inline; margin-right: 40px;"> |
|
|
|
|
<div style="display: inline; margin-right: 40px;"><a href="https://my.fsf.org/donate">Donate</a></div> |
|
|
|
|
<a href="http://fsf.org/jfb"> |
|
|
|
|
<img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="margin-right: 40px" /> |
|
|
|
|
<img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="vertical-align: middle;"> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|