On Thu, Apr 18, 2013 at 7:25 PM, Sam Gleske <[email protected]> wrote: > Also to pipe in my 2 cents. I checked the site in a mobile browser. I > understand it's completely new and totally alpha code. That being said: I > don't think it's useful for the Download link to show up in the mobile > interface. Something to think about. I'm not sure how I'd handle that > (maybe with JavaScript but that's still not desirable). UserAgents can > easily be parsed on the server side but it sounds like static flat files > generated is favored over server side execution for serving html.
I don't think the link should be hidden. That being said, anything needed to be shown/hidden based on screen size can be handled quite easily with the utility classes, eg '.visible-desktop', etc: http://twitter.github.io/bootstrap/scaffolding.html#responsive Chris _______________________________________________ gimp-user-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gimp-user-list
