diff options
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" --> |