Commit 21e48221d922abe6442b81b32579436265c23443
1 parent
7928b30e
Exists in
master
and in
28 other branches
ActionItem541: correctin of the profile list block for MSIE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2252 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
11 additions
and
2 deletions
Show diff stats
app/models/profile_list_block.rb
public/stylesheets/blocks/profile-list-block.css
1 | 1 | |
2 | -#content .common-profile-list-block ul, | |
2 | +#content .profile-list-block h3 { | |
3 | + text-align: center; | |
4 | +} | |
5 | + | |
6 | +#content .common-profile-list-block ul { | |
7 | + margin: 0px auto; | |
8 | + padding: 0px; | |
9 | + width: 200px; | |
10 | +} | |
11 | + | |
3 | 12 | #content .common-profile-list-block li { |
4 | 13 | margin: 0px; |
5 | 14 | padding: 0px; | ... | ... |