[ANN] Bootstrap 0.7 with TB v3.1.1.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Bootstrap 0.7 with TB v3.1.1.

Torsten Bergmann
Hi,

just updated Bootstrap project with latest Twitter Bootstrap v3.1.1.
which is the current version on http://getbootstrap.com/

Code is on STHub: http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap
and the code is easily loadablefrom the config browser in Pharo 3.0

Bye
T.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Bootstrap 0.7 with TB v3.1.1.

Sven Van Caekenberghe-2
Hi Torsten,

Excellent news, I was about to ask for an upgrade but you deliver it already !

One suggestion: since bootstrap 3+ is mobile-first responsive, would it not make sense to add the following for better results on smartphones/tablets:

updateRoot: htmlRoot
  super updateRoot: htmlRoot.
  "..."
  htmlRoot meta
    name: 'viewport';
    content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'

Anyway, that is what I am doing. It would make the online demo better, I think.

Thanks again.

Sven

On 23 Feb 2014, at 22:09, Torsten Bergmann <[hidden email]> wrote:

> Hi,
>
> just updated Bootstrap project with latest Twitter Bootstrap v3.1.1.
> which is the current version on http://getbootstrap.com/
>
> Code is on STHub: http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap
> and the code is easily loadablefrom the config browser in Pharo 3.0
>
> Bye
> T.
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Bootstrap 0.7 with TB v3.1.1.

Esteban A. Maringolo
In reply to this post by Torsten Bergmann
Thank you Torsten.

Is there a way to use Bootstrap 2.x or is it 3.x only?

Regards!

Esteban A. Maringolo


2014-02-23 18:09 GMT-03:00 Torsten Bergmann <[hidden email]>:

> Hi,
>
> just updated Bootstrap project with latest Twitter Bootstrap v3.1.1.
> which is the current version on http://getbootstrap.com/
>
> Code is on STHub: http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap
> and the code is easily loadablefrom the config browser in Pharo 3.0
>
> Bye
> T.
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside