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

@ -13,7 +13,7 @@ title: "Developer Documentation - Bitcoin"
<p class="summary">Find useful resources, guides and reference material for developers.</p>
<input id="glossary_term" placeholder="Search the glossary, RPCs, and more">
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
<div class="docreference">
<a href="/en/developer-guide"><img src="/img/icons/main_ico_compass.svg" alt="icon"><span>Guide</span></a>

View file

@ -27,7 +27,7 @@ title: "Developer Examples - Bitcoin"
{% include fragment_reviews_needed.md %}
<input id="glossary_term" placeholder="Search the glossary, RPCs, and more">
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
{% include example_intro.md %}

View file

@ -11,7 +11,7 @@ lang: en
{% capture markdown_content %}
# Bitcoin Developer Glossary
<input id="glossary_term" placeholder="Search the glossary, RPCs, and more">
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
<div markdown="block" class="notice">
<span markdown="span">This is a technical glossary. Regular users should use the [vocabulary

View file

@ -32,7 +32,7 @@ of the following file. -->
{% include fragment_reviews_needed.md %}
<input id="glossary_term" placeholder="Search the glossary, RPCs, and more">
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
{% include guide_intro.md %}

View file

@ -29,7 +29,7 @@ title: "Developer Reference - Bitcoin"
{% include fragment_reviews_needed.md %}
<input id="glossary_term" placeholder="Search the glossary, RPCs, and more">
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
{% include ref_intro.md %}