mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add many minor bugfixes and improvements
Prevent language bar to be partially hidden Fix menu margins on IE7 Fix typo for resources class (fixes #123) Fix font-size in resources lists Remove javascript automatic language redirection that inconsistently prevent fonts to load on Google Chrome (fixes #130) Add some small CSS polishing Add #bitcoin-fr in french community page
This commit is contained in:
parent
4045ef1768
commit
cd59cad0db
6 changed files with 34 additions and 43 deletions
10
index.html
10
index.html
|
@ -3,16 +3,8 @@ layout: base-en
|
|||
id: index
|
||||
title: Bitcoin
|
||||
---
|
||||
<script>
|
||||
//Auto redirect to the appropriate language
|
||||
var langs={};{% for lang in site.langs %}{% if lang[0] != page.lang %}langs['{{ lang[0] }}']=true;{% endif %}{% endfor %}
|
||||
var lang=(navigator.language)?navigator.language:navigator.userLanguage;
|
||||
lang=lang.split('_')[0];
|
||||
if(!langs[lang])lang='en';
|
||||
window.location.href='/'+lang+'/';
|
||||
</script>
|
||||
<h1>An open source P2P digital currency</h1>
|
||||
<p style="font-size:125%;">Bitcoin is a currency, a protocol, and a software that enables
|
||||
<p style="font-size:125%;">Bitcoin is a digital currency, a protocol, and a software that enables
|
||||
<ul style="font-size:125%">
|
||||
<li>Instant peer to peer transactions</li>
|
||||
<li>Worldwide payments</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue