From 926a3c73389fcd8a44fa73f6f86f01621c2a29ca Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 24 May 2010 14:13:59 +0000 Subject: Added missing formatting to user-generated content git-svn-id: http://code.elgg.org/elgg/trunk@6167 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'views/default') diff --git a/views/default/css.php b/views/default/css.php index 060bc7d39..bb7998d59 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -69,7 +69,9 @@ img { -moz-outline-style: none; } ol, ul { - list-style:none outside none; + /* list-style:none outside none; */ + margin: 0 0 10px 0; + padding-left: 20px; } em, i { font-style:italic; @@ -80,6 +82,9 @@ ins { del { text-decoration:line-through; } +strong { + font-weight:bold; +} table { border-collapse: collapse; border-spacing: 0; @@ -942,6 +947,9 @@ li.navigation_more ul li { .generic_comment_body { margin:3px 0 5px 0; } +.generic_comment_body p { + margin-bottom: 10px; +} /* latest comments in sidebar */ #elgg_sidebar .generic_comment.latest { padding:2px 0; -- cgit v1.2.3