Some websites using Twitter-Bootstrap use the in-built icons (or custom ones) to decorate their navbar options.
E.g.: http://angularjs.org How do I add icons to my navbar? response.menu = [ (T('Groups'), False, URL('', 'groups', ' '), []), # want icon-road (T('Events'), False, URL('', 'events', ' '), []) # want icon-time] Thanks for all suggestions, Alec Taylor --

