ajout de ul.unstyled {list-style: none;}

This commit is contained in:
raphaelgoetter 2013-04-06 20:05:02 +02:00
parent 27650c3fa9
commit 0ad3172b94

View File

@ -1,5 +1,5 @@
/* /*
* www.KNACSS.com V2.6d @author: Raphael Goetter, Alsacreations * www.KNACSS.com V2.6e @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/
*/ */
@ -106,6 +106,9 @@ ul,
ol { ol {
padding-left: 2em; padding-left: 2em;
} }
ul.unstyled {
list-style: none;
}
code, code,
pre, pre,
samp, samp,
@ -532,4 +535,4 @@ textarea {
body { body {
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} }
} }