From 415f9c6fc47daea1981b4f3d3e188f8d1d0ddd7a Mon Sep 17 00:00:00 2001 From: Thomas Deceuninck Date: Mon, 28 Nov 2011 11:14:43 +0100 Subject: [PATCH] added reset for lists and fieldset --- normalize.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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