@@ -25,27 +25,27 @@ <h2>What is Stack?</h2>
2525< div class ="toolbox ">
2626 < h2 > The Toolbox</ h2 >
2727 < div class ="row-fluid ">
28- < div class ="tool well well-small span4 ">
28+ < div class ="tool well well-small span6 ">
2929 < h3 > Builder < i class ="icon-wrench pull-right "> </ i > </ h3 >
3030 < p > Builder constructs a nested < code > HttpKernelInterface</ code > decorator tree. It models it as a stack of middlewares.</ p >
31- < p > < a class ="btn btn-primary " href ="https://github.com/stackphp/builder "> Learn More</ a > </ p >
31+ < p > < a class ="btn " href ="https://github.com/stackphp/builder "> Learn More</ a > </ p >
3232 </ div >
33- < div class ="tool well well-small span4 ">
33+ < div class ="tool well well-small span6 ">
3434 < h3 > Session < i class ="icon-eye-open pull-right "> </ i > </ h3 >
3535 < p > Provides a request session for subsequent middlewares. Based on the < a href ="http://silex.sensiolabs.org/ "> Silex</ a > < a href ="http://silex.sensiolabs.org/doc/providers/session.html "> SessionServiceProvider</ a > .</ p >
36- < p > < a class ="btn btn-primary " href ="https://github.com/stackphp/session "> Learn More</ a > </ p >
36+ < p > < a class ="btn " href ="https://github.com/stackphp/session "> Learn More</ a > </ p >
3737 </ div >
38- < div class ="tool well well-small span4 ">
38+ </ div >
39+ < div class ="row-fluid ">
40+ < div class ="tool well well-small span6 ">
3941 < h3 > URL Map < i class ="icon-map-marker pull-right "> </ i > </ h3 >
4042 < p > Provides the ability to map paths to specific < code > HttpKernelInterface</ code > applications and dispatches accordingly.</ p >
41- < p > < a class ="btn btn-primary " href ="https://github.com/stackphp/url-map "> Learn More</ a > </ p >
43+ < p > < a class ="btn " href ="https://github.com/stackphp/url-map "> Learn More</ a > </ p >
4244 </ div >
43- </ div >
44- < div class ="row-fluid ">
45- < div class ="tool well well-small span4 ">
45+ < div class ="tool well well-small span6 ">
4646 < h3 > OAuth < i class ="icon-lock pull-right "> </ i > </ h3 >
4747 < p > Provides experimental OAuth authentication for subsequent middlewares. Leverages < a href =""> PHPoAuthLib</ a > .</ p >
48- < p > < a class ="btn btn-primary " href ="https://github.com/stackphp/oauth "> Learn More</ a > </ p >
48+ < p > < a class ="btn " href ="https://github.com/stackphp/oauth "> Learn More</ a > </ p >
4949 </ div >
5050 </ div >
5151</ div >
0 commit comments