diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 10:57:53 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 10:57:53 +0000 |
commit | 81a53f11ea3475b51a74530cbeb11b2520d1eb50 (patch) | |
tree | 2fcbfc765328a3541320ede5e1d87158570526c1 /views/default | |
parent | 6bb8ac44e5ba0b02e5ee43b5c62e1e42789e739b (diff) | |
download | elgg-81a53f11ea3475b51a74530cbeb11b2520d1eb50.tar.gz elgg-81a53f11ea3475b51a74530cbeb11b2520d1eb50.tar.bz2 |
owner block fixes and blog post tweaks
git-svn-id: https://code.elgg.org/elgg/trunk@1931 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 7 |
1 files changed, 6 insertions, 1 deletions
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; |