From 0ad3172b94d02b3c210c244577cfca0bb32f367a Mon Sep 17 00:00:00 2001 From: raphaelgoetter Date: Sat, 6 Apr 2013 20:05:02 +0200 Subject: [PATCH] ajout de ul.unstyled {list-style: none;} --- css/knacss.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/knacss.css b/css/knacss.css index 5cc7af0..6cb16ae 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -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/ */ @@ -106,6 +106,9 @@ ul, ol { padding-left: 2em; } +ul.unstyled { + list-style: none; +} code, pre, samp, @@ -532,4 +535,4 @@ textarea { body { -webkit-text-size-adjust: 100%; } -} +} \ No newline at end of file