diff --git a/docs/privacy-policy.rst b/docs/privacy-policy.rst index 1cde3565ba0..194cebbef8a 100644 --- a/docs/privacy-policy.rst +++ b/docs/privacy-policy.rst @@ -205,18 +205,15 @@ your contact information. Email newsletter ++++++++++++++++ -If you sign up for the `Read the Docs email newsletter`_, -your email address and name will be stored by Mailchimp. +If you sign up for the Read the Docs email newsletter, +your email address and name will be stored by MailerLite. This newsletter is separate from creating a Read the Docs account and signing up for Read the Docs does not opt you in for the newsletter. You can manage your email subscription -including unsubscribing and deleting your records with Mailchimp. +including unsubscribing and deleting your records with MailerLite. There is a link to do so in the footer of any newsletter you receive from us. -.. _Read the Docs email newsletter: http://readthedocs.us3.list-manage.com/subscribe?u=a6a22369cc2b356379cf789ca&id=a85a83a5a5 - - Public Information on Read the Docs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/media/css/core.css b/media/css/core.css index d416f7a992a..87cb1b5ff4d 100644 --- a/media/css/core.css +++ b/media/css/core.css @@ -712,7 +712,7 @@ a.notification-action { /* Change language form */ #footer .footer-bottom { margin-top: 30px; } #footer select { float: left; width: 175px; padding: 2px; height: 24px; font-size: 12px; margin-right: 10px; } -#footer input[type="submit"] { margin-top: 0; padding: 4px; height: 24px; font-size: 12px; line-height: 16px; } +#footer input[type="submit"], #footer button[type="submit"] { margin-top: 0; padding: 4px; height: 24px; font-size: 12px; line-height: 16px; } /* Other footer forms */ #footer #email-signup { margin-bottom: 20px; } diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index b68abf284e2..2350a122a21 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -134,34 +134,52 @@ {% block footer-content %} -