Version 2.9

Petit ménage
répétition inutile
Fix font-size iOS version LESS
Grilles et typo
Changer la licence de KNACSS
Conserver le commentaire de présentation de licence
Correction grid reponsive
classes manquantes version LESS (largeurs de blocs)
This commit is contained in:
Raphael Goetter 2013-10-13 10:50:39 +02:00
parent dbda2a53c9
commit 74cc6f27ba
6 changed files with 49 additions and 41 deletions

View file

@ -1,7 +1,10 @@
/* grids inspired from SUIT https://github.com/suitcss/suit */
.grid {overflow: hidden;}
.grid {
overflow: hidden;
font-family: @fontstack3;
}
.grid > * {
display: block;
padding: 0;
@ -26,6 +29,7 @@
word-spacing: normal;
text-rendering: auto;
*display: inline; *zoom: 1; /* IE67 hack */
font-family: @fontstack1;
}
.grid2 > * {width: 50%;}
.grid3 > * {width: 33.333%;}