diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-17 16:39:24 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-17 16:39:24 +0000 |
commit | 8a31422214a6bd22e1a73694eee3971c3aac26f6 (patch) | |
tree | 468fd396d3249e06fe17ce0e1aba63350787371e /mod/profile | |
parent | 22b596214b8d830fe158b98a1e215db375d84bc1 (diff) | |
download | elgg-8a31422214a6bd22e1a73694eee3971c3aac26f6.tar.gz elgg-8a31422214a6bd22e1a73694eee3971c3aac26f6.tar.bz2 |
..a couple more ui tweaks.
git-svn-id: http://code.elgg.org/elgg/trunk@6070 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index e85825e16..505ef70d4 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -428,10 +428,10 @@ div.usericon a.icon img { text-decoration:none; } .usericon .sub_menu .displayname { - padding:0; - margin:0; - border-bottom:solid 1px #dddddd; - font-size:14px; + padding:0 !important; + margin:0 !important; + border-bottom:solid 1px #dddddd !important; + font-size:14px !important; } .usericon .sub_menu .displayname a { padding:3px 3px 3px 8px; |