From 3fd5f4cc87603d7de773bb44f498d5d8ffa94986 Mon Sep 17 00:00:00 2001 From: Tony Fung Date: Tue, 5 Jun 2012 11:20:31 +0800 Subject: CSS Style Update to match with other view --- modules/search/views/search.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/search') diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php index 3436a00c..db672da2 100644 --- a/modules/search/views/search.html.php +++ b/modules/search/views/search.html.php @@ -26,10 +26,10 @@ is_album() ? "g-album" : "g-photo" ?>
  • - thumb_img() ?> -

    + thumb_img(array("class" => "g-thumbnail")) ?> +

    title, 32, "…")) ?> -

    +

    description, 64, "…"))) ?>
    -- cgit v1.2.3 From 44d5f22d8d85285c9a43b8182da73c051594cf02 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 5 Jun 2012 13:57:45 -0700 Subject: Remove

    added in last commit, it's unclear why that's necessary. The last commit had the wrong ticket #, this actually resolves 1878. --- modules/search/views/search.html.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/search') diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php index db672da2..4279cbab 100644 --- a/modules/search/views/search.html.php +++ b/modules/search/views/search.html.php @@ -27,10 +27,11 @@
  • thumb_img(array("class" => "g-thumbnail")) ?> -

    +

    + title, 32, "…")) ?> -

    -
    +

    +
    description, 64, "…"))) ?>
    -- cgit v1.2.3