From 9997330e318786fe4c768b26370d18a3198cbb92 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Mon, 9 Jul 2012 13:10:56 +0100 Subject: [PATCH] Center the "take the tour or sign up" text so that it matches the text above it. issue #1967 --- resources/static/pages/css/m.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/static/pages/css/m.css b/resources/static/pages/css/m.css index 084d2f397..a61e0f3dc 100644 --- a/resources/static/pages/css/m.css +++ b/resources/static/pages/css/m.css @@ -180,6 +180,13 @@ display: none; } + .tour { + /* The "take the tour or sign up" text is left justified by default when + * everything else is centered. Match everything up. issue #1967 + */ + text-align: center; + } + .tour .button { font-size: 18px; } -- GitLab