From 8782b8041b126a71f6a3d50265ac277ceb4583a2 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 6 Mar 2009 16:57:09 +0000 Subject: one column canvas padding adding git-svn-id: https://code.elgg.org/elgg/trunk@3121 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 7c111a80d..f8d5f213b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -220,7 +220,7 @@ blockquote p { margin:0; min-height: 360px; background: #dedede; - padding:0; + padding:0 0 10px 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; } -- cgit v1.2.3