From 21e48221d922abe6442b81b32579436265c23443 Mon Sep 17 00:00:00 2001 From: AurelioAHeckert Date: Mon, 14 Jul 2008 00:50:50 +0000 Subject: [PATCH] ActionItem541: correctin of the profile list block for MSIE --- app/models/profile_list_block.rb | 2 +- public/stylesheets/blocks/profile-list-block.css | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/models/profile_list_block.rb b/app/models/profile_list_block.rb index 4704429..8fd970d 100644 --- a/app/models/profile_list_block.rb +++ b/app/models/profile_list_block.rb @@ -78,7 +78,7 @@ class ProfileListBlock < Block end block_title(title) + nl + '
' + - nl + list + nl + '
' + nl + list + nl + '
' end end diff --git a/public/stylesheets/blocks/profile-list-block.css b/public/stylesheets/blocks/profile-list-block.css index e82e7e5..b6947b2 100644 --- a/public/stylesheets/blocks/profile-list-block.css +++ b/public/stylesheets/blocks/profile-list-block.css @@ -1,5 +1,14 @@ -#content .common-profile-list-block ul, +#content .profile-list-block h3 { + text-align: center; +} + +#content .common-profile-list-block ul { + margin: 0px auto; + padding: 0px; + width: 200px; +} + #content .common-profile-list-block li { margin: 0px; padding: 0px; -- libgit2 0.21.2