Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/06/2013, 02:55
manguiti
 
Fecha de Ingreso: junio-2007
Ubicación: Cádiz
Mensajes: 369
Antigüedad: 16 años, 10 meses
Puntos: 7
Respuesta: Optimización velocidad de carga

Tampoco hay mucho más que mostrar en el css que no te haya indicado:

Código:
.lista-rutas li{
		float: left;
		width:18%;
		margin:0 1%;
		border: 0;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
Incluyo también una imagen para que quede más claro: