I assume the usage is pharo on the backend and bootstrap on the front end ? Very nice. ��Definitely a good solution for mobile devices.��


On Thu, Aug 7, 2014 at 1:14 PM, Torsten Bergmann <astares@gmx.de> wrote:
Hi,

the Bootstrap project (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap)
was updated to include the latest Twitter Bootstrap library v.3.2.0
from http://getbootstrap.com

Also you can now use:
��- an RTL/LTR version included for BIDI language applications
�� ��(see #bootstraprtlminCss and #bootstraprtlCss

��- #tbsContainerFluid beside #tbsContainer.

How to try out:
===============
��1. load "Bootstrap" from Configuration browser in Pharo 3.0
��2. evaluate

�� �� �� ��ZnZincServerAdaptor startOn: 8080

��3. point browser to http://localhost:8080/bootstrap

Side note:
As the config also loads newer seaside you may also notice the return
of the "Seaside Control Panel" in the Tools menu aftwards where you
can also control the server as described in the regular Seaside docu.

Enjoy!

Bye
T.