From 0fc7a5edbc518abd92c4fc8c34b31ca05836132f Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Jan 2011 19:45:25 +0000 Subject: Refs #2317 dividing css element views into skin views and base views. The expectation is that the base views would not be overridden in a theme so the admin css can depend on them. git-svn-id: http://code.elgg.org/elgg/trunk@7807 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/spacing.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'views/default/css/elements/spacing.php') diff --git a/views/default/css/elements/spacing.php b/views/default/css/elements/spacing.php index d65e2fc09..3dd2ad41d 100644 --- a/views/default/css/elements/spacing.php +++ b/views/default/css/elements/spacing.php @@ -6,6 +6,7 @@ * @subpackage UI */ ?> + /* *************************************** Spacing (from OOCSS) *************************************** */ @@ -15,14 +16,6 @@ * Please use judiciously. You want to be using defaults most of the time, these are exceptions! * */ -/* ====== Default spacing ====== */ -/* comment out for now -h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, .media {margin:10px;} -h1, h2, h3, h4, h5, h6, img{padding-bottom:0px;} -pre{margin: 10px;} -table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl{padding:0;} -*/ - .pan{padding:0} .pas{padding:5px} .pam{padding:10px} -- cgit v1.2.3