ajout de ul.unstyled {list-style: none;}
This commit is contained in:
parent
27650c3fa9
commit
0ad3172b94
1 changed files with 5 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue