123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- Wells
- ===============================================================================
- Default well
- ------------
- Use the well as a simple effect on an element to give it an inset effect.
- .. container:: bs-example
- .. class:: well
- Look, I'm in a well!
- .. code::
- :class: highlight
- .. class:: well
- Look, I'm in a well!
- Optional classes
- ----------------
- Control padding and rounded corners with two optional modifier classes.
- .. container:: bs-example
- .. class:: well well-lg
- Look, I'm in a well!
- .. code::
- :class: highlight
- .. class:: well well-lg
- Look, I'm in a well!
- .. container:: bs-example
- .. class:: well well-sm
- Look, I'm in a well!
- .. code::
- :class: highlight
- .. class:: well well-sm
- Look, I'm in a well!
|