ajout de classe pour largeur 1140px

This commit is contained in:
raphaelgoetter 2013-05-27 18:43:25 +02:00
parent bd413a4676
commit f81fd13e8f

View file

@ -1,5 +1,5 @@
/* /*
* www.KNACSS.com V2.6g @author: Raphael Goetter, Alsacreations * www.KNACSS.com V2.6h @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/ * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/ */
@ -372,6 +372,8 @@ img.left, img.right {
.w800p { width: 800px; } .w800p { width: 800px; }
.w960p { width: 960px; } .w960p { width: 960px; }
.mw960p { max-width: 960px; } .mw960p { max-width: 960px; }
.w1140p { width: 1140px; }
.mw1140p { max-width: 1140px; }
/* spacing helpers /* spacing helpers
p,m = padding,margin p,m = padding,margin