Nov 21, 2012 | Mostrar Módulos
Thumbnails and Media Images Add classes to an <img> element to easily style images in any project. <img src=»…» class=»img-rounded»> <img src=»…» class=»img-circle»> <img src=»…» class=»img-polaroid»> Heads up! .img-rounded...
Nov 18, 2012 | Mostrar Módulos
Icons Font Awesome Font Awesome is a pictographic language of web-related actions which delivers 220 icons. The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0 and you can find the full bs-examples of usage at Font Awesome –...
Nov 18, 2012 | Mostrar Módulos
Notice & Error Error or danger Oh snap! Change a few things up and try submitting again. <div class=»alert alert-error»> … </div> Success Well done! You successfully read this important alert message. <div class=»alert alert-success»>...
Nov 18, 2012 | Mostrar Módulos
Buttons Default buttons Button styles can be applied to anything with the .btn class applied. However, typically you’ll want to apply these to only <a> and <button> elements for the best rendering. Button class=»» Description Default btn Standard...
Nov 18, 2012 | Mostrar Módulos
Forms Default styles Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls. Legend Label name Example block-level help text here....
Nov 18, 2012 | Mostrar Módulos
Tables Default styles For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>. # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter <table class=»table»>...