bgstub.jpg |
|
68315 |
installing_page.css |
We want to treat the two pieces of text in the left column as one unit and
center that unit vertically in the window. In order to make IE8 do that,
we have to wrap the two bits of text in a container and make that a
table-cell (which means we need an outer container that's display: table).
So that's what this mess is doing.
|
1666 |
profile_cleanup_page.css |
We want to treat the two pieces of text in the left column as one unit and
center that unit vertically in the window. In order to make IE8 do that,
we have to wrap the two bits of text in a container and make that a
table-cell (which means we need an outer container that's display: table).
So that's what this mess is doing.
|
1380 |