From: Angelo Compagnucci Date: Fri, 31 Oct 2014 15:50:51 +0000 (+0100) Subject: docs: responsive web design website X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da9ab5e2905723415157cfa8b0994d74a91d6098;p=buildroot.git docs: responsive web design website This patch migrate the layout to a responsive web design one. * Fixing the layout of all pages to be fully responsive * Adding panels around "Recent commints" and "Recent discussion" * Adding fonts for glyphs in buttons Signed-off-by: Angelo Compagnucci Signed-off-by: Thomas Petazzoni --- diff --git a/docs/about.html b/docs/about.html index c2e963a5d1..5d7cee30a9 100644 --- a/docs/about.html +++ b/docs/about.html @@ -1,8 +1,12 @@ -
- Buildroot menuconfig -
+
+
+ Buildroot menuconfig +
+

Buildroot is a set of Makefiles and patches that makes it easy to generate a complete embedded Linux system. Buildroot can generate any @@ -52,4 +56,7 @@ cross-compilation process.

GENERAL PUBLIC LICENSE V2 (Or later). Stable releases are delivered every three months.

+
+
+ diff --git a/docs/contribute.html b/docs/contribute.html index 91959f801b..17ed26fffd 100644 --- a/docs/contribute.html +++ b/docs/contribute.html @@ -1,5 +1,8 @@ +
+
+

Contribute

Buildroot is an open source project and you are very welcome to contribute to @@ -29,4 +32,7 @@ Contributing to buildroot chapter in the Buildroot manual. Thanks for your h

If you need any support yourself, have a look at Support.

+
+
+ diff --git a/docs/css/buildroot.css b/docs/css/buildroot.css index 09db24b4f8..7138abc496 100644 --- a/docs/css/buildroot.css +++ b/docs/css/buildroot.css @@ -14,23 +14,33 @@ body { div.sponsor-main { background: #eeeeee; - padding: 2em; + padding-top: 2em; + padding-bottom: 2em; } div.sponsor { - background: #eeeeee; padding: 0.5em; height: 12em; display: table !important; } div.sponsor-description { + background: #eeeeee; display: table-cell; vertical-align: middle; text-align: center; } div.sponsor-description img { + max-width: 99%; height: 4em; margin-bottom: 1em; } + +div.panel-body p { + text-overflow: ellipsis; + width: 95%; + white-space: nowrap; + overflow: hidden; + height: 1.5em; +} diff --git a/docs/docs.html b/docs/docs.html index 9ddc05967b..c44ad8bacc 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -1,5 +1,8 @@ +
+
+

Documentation

The Buildroot user manual is where you want to start reading if you @@ -41,5 +44,8 @@ help:

+
+
+ diff --git a/docs/download.html b/docs/download.html index 88efbe7d93..33da838f34 100644 --- a/docs/download.html +++ b/docs/download.html @@ -1,5 +1,8 @@ +
+
+

Download

@@ -83,4 +86,7 @@ Because you've only been granted anonymous access to the tree, you won't be able to push your changes to the repo. Changes can instead be submitted for inclusion by posting them to the buildroot mailing list. +

+
+ diff --git a/docs/fonts/glyphicons-halflings-regular.woff b/docs/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000000..8c54182aa5 Binary files /dev/null and b/docs/fonts/glyphicons-halflings-regular.woff differ diff --git a/docs/footer.html b/docs/footer.html index 0a555cca8f..9f7194ffba 100644 --- a/docs/footer.html +++ b/docs/footer.html @@ -1,5 +1,5 @@ - + diff --git a/docs/git.html b/docs/git.html index ce86e16ac5..890397592c 100644 --- a/docs/git.html +++ b/docs/git.html @@ -1,5 +1,7 @@ +
+

Git Access

@@ -39,5 +41,8 @@ Because you've only been granted anonymous access to the tree, you won't be able to push your changes to the repo. Changes can instead be submitted for inclusion by posting them to the buildroot mailing list. +
+
+ diff --git a/docs/header.html b/docs/header.html index f37759e339..98f6ec5bf1 100644 --- a/docs/header.html +++ b/docs/header.html @@ -3,7 +3,7 @@ Buildroot: making embedded Linux easy - + @@ -14,21 +14,24 @@ + + -