Fix Chrome/Firefox inconsistencies with sorting
This commit is contained in:
parent
a1385f6785
commit
b9b53bcdf0
2 changed files with 17 additions and 20 deletions
|
@ -278,8 +278,9 @@ li {
|
|||
|
||||
#detail #detailMain {
|
||||
max-width: 900px;
|
||||
margin: 0 auto 50px auto;
|
||||
margin: 0 auto;
|
||||
position: relative; /* required for close button's "position: absolute" */
|
||||
padding-bottom: 50px; /* Chrome and Firefox behave differently regarding bottom margin */
|
||||
}
|
||||
|
||||
#detail #detailCloseButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue