Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/09/2014, 05:17
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años
Puntos: 177
Respuesta: Bootstrap usando clearfix visible-xs

Solucion 1
Código CSS:
Ver original
  1. .row {
  2.     display: table;
  3. }
  4.  
  5. [class*="col-"] {
  6.     float: none;
  7.     display: table-cell;
  8.     vertical-align: top;
  9. }

http://jsfiddle.net/nV3Ua/2/

Solucion 2
Código CSS:
Ver original
  1. .row{
  2.     overflow: hidden;
  3. }
  4.  
  5. [class*="col-"]{
  6.     margin-bottom: -99999px;
  7.     padding-bottom: 99999px;
  8. }

http://www.bootply.com/112728

Espero te sirva, un abrazo
__________________
Desarrollos dosLotos
Calendario Maya, Meditación, Osho