From patchwork Fri Dec 4 07:21:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 552591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 326A21402A0 for ; Fri, 4 Dec 2015 18:21:46 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=rL1xs4af; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2FCE18C2B6; Fri, 4 Dec 2015 07:21:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lKs1gRQYic0e; Fri, 4 Dec 2015 07:21:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 352018C2E1; Fri, 4 Dec 2015 07:21:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id F11261C0361 for ; Fri, 4 Dec 2015 07:21:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id ED9D48B15F for ; Fri, 4 Dec 2015 07:21:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LLNS7hhXX0fP for ; Fri, 4 Dec 2015 07:21:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C0A3C8B146 for ; Fri, 4 Dec 2015 07:21:40 +0000 (UTC) Received: by wmvv187 with SMTP id v187so61062681wmv.1 for ; Thu, 03 Dec 2015 23:21:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bDhRx2t7zStCPFQyRsLsZ3nk60KPPAmGdiHHWCoco2c=; b=rL1xs4af21eSvkyQI/pRj6IIVAWBc5Y+v5e0zZvIQb1X7GlRbd88EWPnzok8Ohx7mV cMIOAZ7Yvbfg33GiYUf5qRHF9rMiP7Lh+X2xOb8YdrX2lAjMw4fqFIuZ15OFRkxTa7vQ fNMhjiJ0Y7v5zRRQFma7a71xuphQRysRbtV6VYiw8hKHHSsxeikUDxYszGZuUgIbpKVP qByxd7oAkw3RJXEex0lTSUmH8KhV0gwYMSkBhskuz0wo3fhJq2u7rA0OoG59fkQF1XBK L28abQ9FEenCRuVlte+RqvLnI6ILVrkMNQMmNF42OUMfNJ2McylEQ1IDFSRjeYp77lhG eyGg== X-Received: by 10.194.76.65 with SMTP id i1mr14710365wjw.99.1449213699429; Thu, 03 Dec 2015 23:21:39 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by smtp.gmail.com with ESMTPSA id an7sm10802003wjc.44.2015.12.03.23.21.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Dec 2015 23:21:38 -0800 (PST) From: Angelo Compagnucci To: buildroot@buildroot.org Date: Fri, 4 Dec 2015 08:21:14 +0100 Message-Id: <1449213674-11333-5-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449213674-11333-1-git-send-email-angelo.compagnucci@gmail.com> References: <1449213674-11333-1-git-send-email-angelo.compagnucci@gmail.com> Subject: [Buildroot] [PATCH 4/4] docs/website: cosmetic changes X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" * Smaller images in download and docs pages * Fixes to links in docs * Minor fixings in index Signed-off-by: Angelo Compagnucci --- docs/website/css/main.css | 15 ++++++++++----- docs/website/docs.html | 43 ++++++++++++++++++++++++------------------- docs/website/download.html | 17 ++++++++--------- docs/website/header.html | 12 ++++++------ 4 files changed, 48 insertions(+), 39 deletions(-) diff --git a/docs/website/css/main.css b/docs/website/css/main.css index db9c4c9..57009cf 100644 --- a/docs/website/css/main.css +++ b/docs/website/css/main.css @@ -207,16 +207,21 @@ i { .flip-container { perspective: 1000; } - /* flip the pane when hovered */ - .flip-container:hover .flipper, .flip-container.hover .flipper { - transform: rotateY(180deg); - } +/* flip the pane when hovered */ +.flip-container:hover .flipper, .flip-container.hover .flipper { + transform: rotateY(180deg); +} -.flip-container, .front, .back { +.flip-container, .flip-container .front, .flip-container .back { width: 180px; height: 180px; } +.flip-container-small, .flip-container-small .front, .flip-container-small .back { + width: 120px; + height: 120px; +} + /* flip speed goes here */ .flipper { transition: 0.6s; diff --git a/docs/website/docs.html b/docs/website/docs.html index 4b86383..f2a8597 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -10,60 +10,65 @@ change/extend/fix things. It is available as:

- -

HTML -
- Stable| +

HTML

+

Stable| - Nightly

+ Nightly
-
- + + +
- + + +
-

PDF -
- Stable| +

PDF

+

Stable| Nightly

-
- + + +
- + + +
-

ASCII -
- Stable| +

ASCII

+

Stable| Nightly

diff --git a/docs/website/download.html b/docs/website/download.html index 4ff397d..ea77b25 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -9,17 +9,17 @@ 2015.11
-
@@ -34,17 +34,17 @@

-
@@ -153,9 +153,8 @@ can update your source tree at any time so it is in sync with the latest and greatest by entering your buildroot directory and running the command:

-
-                  git pull
-                
+
+git pull
 

Because you've only been granted anonymous access to the tree, you won't be able to push your changes to the diff --git a/docs/website/header.html b/docs/website/header.html index 69f4203..c348ebb 100644 --- a/docs/website/header.html +++ b/docs/website/header.html @@ -36,31 +36,31 @@