Glossary: Various small fixes and improvements

Add link to the glossary from each definition
Fix missing BIP37 link
Fix searchbox width on mobiles
Apply more consistent margin and padding for the searchbox
Use H3 titles in the glossary_entry layout for better readability
Always use HTML classes for CSS stylesheets
Fix one typo in glossary.rb
This commit is contained in:
Saivann 2015-04-09 14:21:03 -04:00 committed by David A. Harding
parent af29f6855c
commit a790f353d0
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
9 changed files with 19 additions and 16 deletions

View file

@ -22,7 +22,7 @@ optional:
links_html_or_markdown_style_capitalize_first_letter:
- "[Bloom filter](/en/developer-guide#bloom-filters) --- Bitcoin.org Developer Guide"
- "[BIP37: Connection Bloom Filtering] --- Bitcoin Improvement Proposals"
- "[BIP37: Connection Bloom Filtering](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki)--- Bitcoin Improvement Proposals"
- "[Pull request that implemented bloom filters in Bitcoin Core](https://github.com/bitcoin/bitcoin/pull/1795) --- GitHub"
- "[Discussion about bloom filtering and SPV clients](https://bitcointalk.org/index.php?topic=252937.0) --- BitcoinTalk"