diff options
Diffstat (limited to 'docs/contribute.html')
-rw-r--r-- | docs/contribute.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <!--#include file="header.html" --> +<div class="row"> +<div class="col-sm-10 col-sm-offset-1"> + <h2>Contribute</h2> <p>Buildroot is an open source project and you are very welcome to contribute to @@ -29,4 +32,7 @@ Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your h <p>If you need any support yourself, have a look at <a href="./support.html"> Support</a>.</p> +</div><!--/.col-sm-10 --> +</div><!--/.row --> + <!--#include file="footer.html" --> |