components-glyphicons.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Glyphicons
  2. ===============================================================================
  3. Available glyphs
  4. ----------------
  5. Includes 200 glyphs in font format from the Glyphicon Halflings
  6. set. `Glyphicons <http://glyphicons.com>`_ Halflings are normally not available
  7. for free, but their creator has made them available for Bootstrap free of
  8. cost. As a thank you, we only ask that you include a link back to `Glyphicons
  9. <http://glyphicons.com>`_ whenever possible.
  10. .. include:: glyphicons-list.txt
  11. How to use
  12. ----------
  13. For performance reasons, all icons require a base class and individual icon
  14. class. To use, place the following code just about anywhere. Be sure to leave a
  15. space between the icon and text for proper padding.
  16. .. callout:: danger
  17. :h4:`Don't mix with other`
  18. Icon classes cannot be directly combined with other components. They should
  19. not be used along with other classes on the same element. Instead, add a
  20. nested `<span>` and apply the icon classes to the `<span>`.
  21. .. container:: bs-example
  22. |search| |star|
  23. .. code::
  24. :class: highlight
  25. |search| |star|