srowen commented on a change in pull request #27369:
URL: https://github.com/apache/spark/pull/27369#discussion_r472228544
##########
File path: docs/_layouts/global.html
##########
@@ -20,12 +20,15 @@
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
+ {% if page.url contains "/ml" or page.url contains "/sql" or
page.url contains "migration-guide.html" %}
Review comment:
@clarkead I think it's sufficient (for now) to just remove the special
casing code here. It seemed like it was causing the differences, itself, unless
I really misunderstand its other effects - does something else go wrong if you
don't special case? it seems to raise the title too far, and that's all I'd
expect, so removing it would fix it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]