Skip to content

Commit 415f9c6

Browse files
author
Thomas Deceuninck
committed
added reset for lists and fieldset
1 parent 3404fcb commit 415f9c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

normalize.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,3 +429,15 @@ table {
429429
border-collapse: collapse;
430430
border-spacing: 0;
431431
}
432+
433+
/*
434+
Reset fieldset and ul
435+
I'd rather specify this myself due to the use of our .content defaults
436+
*/
437+
438+
ul, ol, fieldset {
439+
margin: 0;
440+
padding: 0;
441+
border: none;
442+
list-style: none;
443+
}

0 commit comments

Comments
 (0)