diff options
author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2014-10-31 16:50:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 14:37:51 +0100 |
commit | da9ab5e2905723415157cfa8b0994d74a91d6098 (patch) | |
tree | d572911ea4d60e687ef57ade65d0c6a52e23679b /docs/git.html | |
parent | e40b9791d8c688ec5a1be71817edcc0d42543bad (diff) | |
download | buildroot-da9ab5e2905723415157cfa8b0994d74a91d6098.tar.gz buildroot-da9ab5e2905723415157cfa8b0994d74a91d6098.zip |
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 <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/git.html')
-rw-r--r-- | docs/git.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <!--#include file="header.html" --> +<div class="row"> +<div class="col-sm-10 col-sm-offset-1"> <h3>Git Access</h3> @@ -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. +</div><!--/.col-sm-10 --> +</div><!--/.row --> + <!--#include file="footer.html" --> |