From 81a53f11ea3475b51a74530cbeb11b2520d1eb50 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 15 Aug 2008 10:57:53 +0000 Subject: owner block fixes and blog post tweaks git-svn-id: https://code.elgg.org/elgg/trunk@1931 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index 5d9b8d9d8..cb742ba55 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1390,7 +1390,7 @@ table.search_gallery { } #owner_block_desc { - padding:0 0 4px 0; + padding:4px 0 4px 0; margin:0 0 0 0; line-height: 1.2em; border-bottom:1px solid #cccccc; @@ -1401,7 +1401,12 @@ table.search_gallery { padding:3px 0 0 0; min-height:35px; font-weight: bold; +} +.ownerblockline { + padding:0; + margin:0; border-bottom:1px solid #cccccc; + height:1px; } #owner_block_submenu { margin:20px 0 20px 0; -- cgit v1.2.3