Re: indicating subtitles using small

On 08/04/2013 10:26 , Steve Faulkner wrote:
> how can identify if bootstrap is being used?

The only way of being 100% sure would be to retrieve all styles and 
identify them as bootstrap's.

But I'm reasonably sure that you'll get decent results just grepping for 
"bootstrap" in the source since it's usually loaded with <link 
rel=stylesheet href=bootstrap.css>. You could also look for some common 
bootstrap classes.

-- 
Robin Berjon - http://berjon.com/ - @robinberjon

Received on Monday, 8 April 2013 09:28:45 UTC