Hi list!

I'm reading Marcotte's book (Responsive Web Design) and I think we should
modify slightly our web2py.css. Tag img should be
img { border: 0; max-width: 100%;} so it can use the width of parent
instead to overflow if bigger than that and it automatically reflow when
size changes.

This is a patch:

web2py.css

25c25
< img { border: 0; }
---
> img { border: 0; max-width: 100%; }

2012/1/13 Angelo Compagnucci <angelo.compagnu...@gmail.com>

> Hello list,
>
> I want to share with you my new plugin (aiming to web2py inclusion!),
> responsivekit, you can find it on github
> https://github.com/angeloc/web2py-responsivekit.
>
> Responsivekit implements responsive tables and responsive images using the
> best known techniques at the moment (I'm basing on Marcotte,
> SmashingMagazine and filamentgroups reccomendations). More will come!
>
> Comments are welcome.
>
> Cheers,
>
> Angelo
>
> --
> Profile: http://it.linkedin.com/in/compagnucciangelo
>



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

Reply via email to