diff --git a/normalize.css b/normalize.css index 977681330..b893f2c21 100644 --- a/normalize.css +++ b/normalize.css @@ -429,3 +429,15 @@ table { border-collapse: collapse; border-spacing: 0; } + +/* + Reset fieldset and ul + I'd rather specify this myself due to the use of our .content defaults +*/ + +ul, ol, fieldset { + margin: 0; + padding: 0; + border: none; + list-style: none; +} \ No newline at end of file