diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-15 17:21:44 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-15 17:21:44 +0000 |
commit | 978b3484af2a47fe5cd3df6c1b68b5749612d1f2 (patch) | |
tree | 01534d4d6ae08a11beea70890bb0743fa82cbb21 /views/default | |
parent | 18d00e176826a353503f889bb8ea157e5228304b (diff) | |
download | elgg-978b3484af2a47fe5cd3df6c1b68b5749612d1f2.tar.gz elgg-978b3484af2a47fe5cd3df6c1b68b5749612d1f2.tar.bz2 |
Update to search results view, and small entity list style updates.
git-svn-id: http://code.elgg.org/elgg/trunk@5748 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 89a1d127f..07b328dd5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -964,7 +964,7 @@ li.navigation_more ul li { } .entity_listing_info p { margin:0; - line-height:1.2em; + /* line-height:1.2em; */ } .entity_title { font-weight: bold; @@ -979,6 +979,7 @@ li.navigation_more ul li { color:#666666; font-size: 85%; font-style: italic; + line-height:1.2em; } /* entity metadata block */ .entity_metadata { |