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:
parent
dbda2a53c9
commit
74cc6f27ba
6 changed files with 49 additions and 41 deletions
|
@ -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%;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue