Commit e553b65120c9fb1ee7ac3b5c0c62e364b5e8f1ba
1 parent
f688afe0
Exists in
master
and in
29 other branches
ActionItem568: fixing layout in Internet Explorer
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2296 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
public/stylesheets/controller_memberships.css
| @@ -4,13 +4,13 @@ | @@ -4,13 +4,13 @@ | ||
| 4 | width: 100%; | 4 | width: 100%; |
| 5 | padding: 0px; | 5 | padding: 0px; |
| 6 | margin: 0px; | 6 | margin: 0px; |
| 7 | - display: table; | ||
| 8 | - border-spacing: 10px | 7 | + display: block; |
| 9 | } | 8 | } |
| 10 | 9 | ||
| 11 | #memberships-index li { | 10 | #memberships-index li { |
| 12 | - display: table-row; | 11 | + display: block; |
| 13 | list-style: none; | 12 | list-style: none; |
| 13 | + margin-bottom: 20px | ||
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | #memberships-index li { | 16 | #memberships-index li { |