From mboxrd@z Thu Jan 1 00:00:00 1970
From: Angelo Compagnucci
Date: Fri, 4 Dec 2015 08:21:14 +0100
Subject: [Buildroot] [PATCH 4/4] docs/website: cosmetic changes
In-Reply-To: <1449213674-11333-1-git-send-email-angelo.compagnucci@gmail.com>
References: <1449213674-11333-1-git-send-email-angelo.compagnucci@gmail.com>
Message-ID: <1449213674-11333-5-git-send-email-angelo.compagnucci@gmail.com>
List-Id:
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: buildroot@busybox.net
* 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:
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
-
-
@@ -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 @@
--
1.9.1