From 3dd381df2596bf3ae9d0966d7ec1a4e6aba8410e Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 20 Aug 2009 20:48:25 +0000 Subject: [PATCH] changed the list style type for the friend alpha list to remove the disc. --- unl_theme/views/default/css.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index 237e6e23..b99bb217 100644 --- a/unl_theme/views/default/css.php +++ b/unl_theme/views/default/css.php @@ -265,7 +265,7 @@ span.contentIntro p { color:#000000; padding:3px 10px 3px 10px; margin:10px 0px 10px 0px; - width:910px; + width:911px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border:4px solid #6cbd45; @@ -921,6 +921,9 @@ table.search_gallery { float:left; margin:0 5px 5px 0; } +#maincontent #friendsPickerNavigation1 ul { + list-style-type: none; +} /* *************************************** -- GitLab