mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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
|
@ -4,7 +4,7 @@ id: community
|
|||
title: Community - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin communities</h1>
|
||||
<ul class="ressources">
|
||||
<ul class="resources">
|
||||
<li><a href="https://bitcoinfoundation.org/forum/">Bitcoin Foundation Forum (members only)</a></li>
|
||||
<li><a href="http://bitcoin.stackexchange.com/">Bitcoin StackExchange (Q&A)</a></li>
|
||||
<li><a href="https://bitcointalk.org/">BitcoinTalk Forum</a></li>
|
||||
|
|
|
@ -4,7 +4,7 @@ id: resources
|
|||
title: Resources - Bitcoin
|
||||
---
|
||||
<h1>Bitcoin resources</h1>
|
||||
<ul class="ressources">
|
||||
<ul class="resources">
|
||||
<li><a href="http://www.weusecoins.com">We Use Coins. Start here!</a></li>
|
||||
<li><a href="/en/choose-your-wallet">Bitcoin wallets</a></li>
|
||||
<li><a href="https://en.bitcoin.it/wiki/Main_Page">Bitcoin Wiki</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue