[dreamwidth/dw-free] 1e47f3: Remove extra .columns div in faqsearch
Branch: refs/heads/master
Home: https://github.com/dreamwidth/dw-free
Commit: 1e47f30393de5dde053eddb95414f7a2b25940ae
https://github.com/dreamwidth/dw-free/commit/1e47f30393de5dde053eddb95414f7a2b25940ae
Author: Nick Fagerlund <nick.fagerlund@gmail.com>
Date: 2020-06-27 (Sat, 27 Jun 2020)
Changed paths:
M views/support/faqsearch.tt
Log Message:
-----------
Remove extra .columns div in faqsearch
Since Foundation uses floats to fake up its row/column grid layout thing, it can
launch itself into the Minus World if you do anything mildly unexpected with the
nesting.
Said nesting is supposed to go `.row > (.columns) * N`, and then a columns
container can contain other rows if it wants. This page's nesting was going
`.row > .columns > (form) > .columns > .row`. Some browsers just make a pained
expression and render it fine, but Safari totally splodes.
Home: https://github.com/dreamwidth/dw-free
Commit: 1e47f30393de5dde053eddb95414f7a2b25940ae
https://github.com/dreamwidth/dw-free/commit/1e47f30393de5dde053eddb95414f7a2b25940ae
Author: Nick Fagerlund <nick.fagerlund@gmail.com>
Date: 2020-06-27 (Sat, 27 Jun 2020)
Changed paths:
M views/support/faqsearch.tt
Log Message:
-----------
Remove extra .columns div in faqsearch
Since Foundation uses floats to fake up its row/column grid layout thing, it can
launch itself into the Minus World if you do anything mildly unexpected with the
nesting.
Said nesting is supposed to go `.row > (.columns) * N`, and then a columns
container can contain other rows if it wants. This page's nesting was going
`.row > .columns > (form) > .columns > .row`. Some browsers just make a pained
expression and render it fine, but Safari totally splodes.