diff options
Diffstat (limited to 'docs/about.html')
-rw-r--r-- | docs/about.html | 13 |
1 files changed, 10 insertions, 3 deletions
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 @@ <!--#include file="header.html" --> -<div align="center"> - <img src="images/menuconfig.png" width="340" height="220" alt="Buildroot menuconfig" border="0"> -</div> +<div class="row"> + <div class="col-sm-6 col-sm-offset-3" style="padding-bottom:10px"> + <img class="center-block" src="images/menuconfig.png" + style="max-width:100%;" + alt="Buildroot menuconfig" border="0"> + </div> +<div class="col-sm-10 col-sm-offset-1"> <p>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.</p> GENERAL PUBLIC LICENSE V2 (Or later)</a>. Stable releases are delivered every three months.</p> +</div><!--/.col-sm-10 --> +</div><!--/.row --> + <!--#include file="footer.html" --> |