From 984138d1a523409f8b2fc84487ce21f69998de78 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 13:01:30 +0000 Subject: rough implementation of Evan's page layout git-svn-id: http://code.elgg.org/elgg/trunk@7496 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/components/reset.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/default/css/components/reset.php') diff --git a/views/default/css/components/reset.php b/views/default/css/components/reset.php index 8abe8119e..13f750de8 100644 --- a/views/default/css/components/reset.php +++ b/views/default/css/components/reset.php @@ -36,9 +36,7 @@ img { -moz-outline-style: none; } ol, ul { - /* list-style:none outside none; */ - margin: 0 0 10px 0; - padding-left: 20px; + list-style: none; } em, i { font-style:italic; -- cgit v1.2.3