From b8d4673609bcbd3f91bffae156d1fed9f00fd10a Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Tue, 1 May 2012 13:14:30 +0200 Subject: [PATCH] small layout tweaks + introduction paragraph --- clients.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/clients.html b/clients.html index 4de790a1..290ef2cc 100644 --- a/clients.html +++ b/clients.html @@ -23,14 +23,16 @@ clients:
-

Graphical Interfaces

+

Bitcoin Client Software

+

Short text describing what a bitcoin client is and why it is required to download one as opposed to, say, using a web service...

{% for client in page.clients %} -
+ {% cycle '', '', '', '

' %} +

{{ client.name }}

-

Website: {{ client.url }}

{{ client.description }}

+

Website: {{ client.url }}

{% endfor %}