From 073e3f1ab426b4d877bbf841f59d9bc2b76b8001 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sat, 22 Aug 2015 15:21:02 -0400 Subject: [PATCH] =?UTF-8?q?Tweaks=20for=20Font=20Awesome=20suggested=20by?= =?UTF-8?q?=20Sa=C3=AFvann=20(thanks!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/layout/base/html-head.html | 4 ---- _less/screen.less | 5 +---- en/developer-documentation.md | 26 ++++++++------------------ 3 files changed, 9 insertions(+), 26 deletions(-) diff --git a/_includes/layout/base/html-head.html b/_includes/layout/base/html-head.html index 361ecaac..44ca4585 100644 --- a/_includes/layout/base/html-head.html +++ b/_includes/layout/base/html-head.html @@ -8,11 +8,7 @@ http://opensource.org/licenses/MIT. {% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %} {% capture metadescription %}{% translate metadescription %}{% endcapture %}{% if metadescription != '' %}{% endif %} - -{% comment %}{% endcomment %} - - {% lesscss main.less %} diff --git a/_less/screen.less b/_less/screen.less index fe044588..9f98b35e 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -715,7 +715,7 @@ table td,table th{ .docreference a{ display:inline-block; margin:20px 0 40px 0; - font-size:125%; + font-size:115%; width:150px; } .docreference img{ @@ -728,9 +728,6 @@ table td,table th{ display:block; line-height:1.5em; } -.docreference span+span{ - font-size:80%; -} .toc{ position:absolute; left:20px; diff --git a/en/developer-documentation.md b/en/developer-documentation.md index 293f693e..5add92a3 100644 --- a/en/developer-documentation.md +++ b/en/developer-documentation.md @@ -41,18 +41,14 @@ breadcrumbs:

Contracts

Contracts Guide

- +

More Contracts - Wiki

+

Micropayment Channel Example - bitcoinj

Wallets

Wallets Guide

Wallets Reference

-
-

HD Wallets - BIP32

-

Mnemonic Code - BIP39

-
+

HD Wallets - BIP32

+

Mnemonic Code - BIP39

@@ -60,9 +56,7 @@ breadcrumbs:

Payment Processing

Payment Processing Guide

Payment Processing Examples

-
-

Payment Protocol - BIP70

-
+

Payment Protocol - BIP70

Operating Modes

Operating Modes Guide

@@ -74,16 +68,12 @@ breadcrumbs:

P2P Network Guide

P2P Network Reference

P2P Network Examples

- +

Full Protocol Specification - Wiki

Mining

Mining Guide

- +

getblocktemplate Fundamentals - BIP22

+

getblocktemplate Pooled Mining - BIP23