From 3373a3bad91d75ae3a3204a912d7b9d5f4fcf21c Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 1 Jul 2008 12:49:01 +0000 Subject: Small fix for gallery view users git-svn-id: https://code.elgg.org/elgg/trunk@1227 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/css.php b/views/default/css.php index b5bfee60d..b33ae734a 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1033,11 +1033,12 @@ p.user_menu_friends_of { line-height:1.2em; } -.search_gallery_item { +.search_gallery_item td { border:1px dotted silver; background-color: white; width: 210px; height: 200px; + margin: 5px; } .search_gallery_item .search_listing { -- cgit v1.2.3