diff --git a/services/web/app/views/general/400.pug b/services/web/app/views/general/400.pug index f92a816eaf..b292527b03 100644 --- a/services/web/app/views/general/400.pug +++ b/services/web/app/views/general/400.pug @@ -7,7 +7,7 @@ html.full-height(itemscope, itemtype='http://schema.org/Product') link(rel="stylesheet", href=buildCssPath()) body.full-height - .content.content-alt.full-height + main.content.content-alt.full-height .container.full-height .error-container.full-height .error-details diff --git a/services/web/app/views/general/404.pug b/services/web/app/views/general/404.pug index 42349650e7..90bd544a7a 100644 --- a/services/web/app/views/general/404.pug +++ b/services/web/app/views/general/404.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .error-container .error-details diff --git a/services/web/app/views/general/500.pug b/services/web/app/views/general/500.pug index 7523e58277..d3269d4552 100644 --- a/services/web/app/views/general/500.pug +++ b/services/web/app/views/general/500.pug @@ -7,7 +7,7 @@ html.full-height(itemscope, itemtype='http://schema.org/Product') link(rel="stylesheet", href=buildCssPath()) body.full-height - .content.content-alt.full-height + main.content.content-alt.full-height .container.full-height .error-container.full-height .error-details diff --git a/services/web/app/views/general/account-merge-error.pug b/services/web/app/views/general/account-merge-error.pug index 68af40a267..4f8e4725cb 100644 --- a/services/web/app/views/general/account-merge-error.pug +++ b/services/web/app/views/general/account-merge-error.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3 diff --git a/services/web/app/views/general/closed.pug b/services/web/app/views/general/closed.pug index 8e409299a6..112ef7b1d1 100644 --- a/services/web/app/views/general/closed.pug +++ b/services/web/app/views/general/closed.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content + main.content .container .row .col-md-8.col-md-offset-2.text-center diff --git a/services/web/app/views/project/invite/not-valid.pug b/services/web/app/views/project/invite/not-valid.pug index 4d6b7f869e..a9b8731405 100644 --- a/services/web/app/views/project/invite/not-valid.pug +++ b/services/web/app/views/project/invite/not-valid.pug @@ -1,7 +1,7 @@ extends ../../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-8.col-md-offset-2 diff --git a/services/web/app/views/project/invite/show.pug b/services/web/app/views/project/invite/show.pug index 567e8f1f2c..f56416be75 100644 --- a/services/web/app/views/project/invite/show.pug +++ b/services/web/app/views/project/invite/show.pug @@ -1,7 +1,7 @@ extends ../../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-8.col-md-offset-2 diff --git a/services/web/app/views/subscriptions/canceled_subscription.pug b/services/web/app/views/subscriptions/canceled_subscription.pug index 22a77634e0..300a671eb8 100644 --- a/services/web/app/views/subscriptions/canceled_subscription.pug +++ b/services/web/app/views/subscriptions/canceled_subscription.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-8.col-md-offset-2 diff --git a/services/web/app/views/subscriptions/dashboard.pug b/services/web/app/views/subscriptions/dashboard.pug index a5d80b0800..26de8b463b 100644 --- a/services/web/app/views/subscriptions/dashboard.pug +++ b/services/web/app/views/subscriptions/dashboard.pug @@ -6,7 +6,7 @@ block head-scripts script(src="https://js.recurly.com/v4/recurly.js") block content - .content.content-alt(ng-cloak) + main.content.content-alt(ng-cloak) .container .row .col-md-8.col-md-offset-2 diff --git a/services/web/app/views/subscriptions/new.pug b/services/web/app/views/subscriptions/new.pug index 9052b3b4b3..12f769dd5b 100644 --- a/services/web/app/views/subscriptions/new.pug +++ b/services/web/app/views/subscriptions/new.pug @@ -12,7 +12,7 @@ block head-scripts window.ITMContent = '#{ITMContent}' block content - .content.content-alt + main.content.content-alt .container(ng-controller="NewSubscriptionController" ng-cloak) .row.card-group .col-md-5.col-md-push-4 diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index f5f15cf3c6..3741dd594a 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -23,7 +23,7 @@ block content span To help you work from home throughout 2021, we're providing discounted plans and special initiatives. .notification-action a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021") Upgrade - .content-page + main.content-page .plans(ng-controller="PlansController") .container(ng-cloak) .row diff --git a/services/web/app/views/subscriptions/successful_subscription.pug b/services/web/app/views/subscriptions/successful_subscription.pug index 30d07d7244..36a75fa64f 100644 --- a/services/web/app/views/subscriptions/successful_subscription.pug +++ b/services/web/app/views/subscriptions/successful_subscription.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-8.col-md-offset-2 diff --git a/services/web/app/views/subscriptions/team/invite.pug b/services/web/app/views/subscriptions/team/invite.pug index b705db8003..3a8d1464ea 100644 --- a/services/web/app/views/subscriptions/team/invite.pug +++ b/services/web/app/views/subscriptions/team/invite.pug @@ -7,7 +7,7 @@ block head-scripts window.inviteToken = '#{inviteToken}' block content - .content.content-alt.team-invite + main.content.content-alt.team-invite .container .row .col-md-8.col-md-offset-2 diff --git a/services/web/app/views/subscriptions/upgradeToAnnual.pug b/services/web/app/views/subscriptions/upgradeToAnnual.pug index 126a4052e3..07993df507 100644 --- a/services/web/app/views/subscriptions/upgradeToAnnual.pug +++ b/services/web/app/views/subscriptions/upgradeToAnnual.pug @@ -2,7 +2,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container(ng-controller="AnnualUpgradeController") .row(ng-cloak) .col-md-6.col-md-offset-3 diff --git a/services/web/app/views/user/confirm_email.pug b/services/web/app/views/user/confirm_email.pug index 695d951747..44a62a905c 100644 --- a/services/web/app/views/user/confirm_email.pug +++ b/services/web/app/views/user/confirm_email.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4 diff --git a/services/web/app/views/user/login.pug b/services/web/app/views/user/login.pug index bf3bd4b8dd..d15cd35bef 100644 --- a/services/web/app/views/user/login.pug +++ b/services/web/app/views/user/login.pug @@ -4,7 +4,7 @@ block vars - metadata = { viewport: true } block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4 diff --git a/services/web/app/views/user/logout.pug b/services/web/app/views/user/logout.pug index 230285321d..e889cad9d4 100644 --- a/services/web/app/views/user/logout.pug +++ b/services/web/app/views/user/logout.pug @@ -5,7 +5,7 @@ block vars block content .content.content-alt - .login-register-container + main.login-register-container .card.login-register-card .login-register-header h1.login-register-header-heading #{translate("log_out")} diff --git a/services/web/app/views/user/one_time_login.pug b/services/web/app/views/user/one_time_login.pug index 496ce65a60..ae5c7252eb 100644 --- a/services/web/app/views/user/one_time_login.pug +++ b/services/web/app/views/user/one_time_login.pug @@ -4,7 +4,7 @@ block vars - metadata = { viewport: true } block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4 diff --git a/services/web/app/views/user/passwordReset.pug b/services/web/app/views/user/passwordReset.pug index 8476ef0524..b99d67e416 100644 --- a/services/web/app/views/user/passwordReset.pug +++ b/services/web/app/views/user/passwordReset.pug @@ -4,7 +4,7 @@ block vars - metadata = { viewport: true } block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4 diff --git a/services/web/app/views/user/reconfirm.pug b/services/web/app/views/user/reconfirm.pug index c5b25990ad..f98593b22b 100644 --- a/services/web/app/views/user/reconfirm.pug +++ b/services/web/app/views/user/reconfirm.pug @@ -2,7 +2,7 @@ extends ../layout block content - var email = reconfirm_email ? reconfirm_email : "" - .content.content-alt + main.content.content-alt .container .row .col-sm-12.col-md-6.col-md-offset-3 diff --git a/services/web/app/views/user/register.pug b/services/web/app/views/user/register.pug index 16a2b2e4f2..8a196e2cc7 100644 --- a/services/web/app/views/user/register.pug +++ b/services/web/app/views/user/register.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .registration_message diff --git a/services/web/app/views/user/restricted.pug b/services/web/app/views/user/restricted.pug index e2c4307dc9..bad2e4e44b 100644 --- a/services/web/app/views/user/restricted.pug +++ b/services/web/app/views/user/restricted.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content + main.content .container .row .col-md-8.col-md-offset-2.text-center diff --git a/services/web/app/views/user/sessions.pug b/services/web/app/views/user/sessions.pug index 355a72c63a..81af933e23 100644 --- a/services/web/app/views/user/sessions.pug +++ b/services/web/app/views/user/sessions.pug @@ -7,7 +7,7 @@ block head-scripts block content - .content.content-alt + main.content.content-alt .container .row .col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 diff --git a/services/web/app/views/user/setPassword.pug b/services/web/app/views/user/setPassword.pug index 145669f7e9..d3b37c7eda 100644 --- a/services/web/app/views/user/setPassword.pug +++ b/services/web/app/views/user/setPassword.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4 diff --git a/services/web/app/views/user/settings.pug b/services/web/app/views/user/settings.pug index b77006afd2..2333423f75 100644 --- a/services/web/app/views/user/settings.pug +++ b/services/web/app/views/user/settings.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-12.col-lg-10.col-lg-offset-1 diff --git a/services/web/app/views/user_membership/index.pug b/services/web/app/views/user_membership/index.pug index 6fa550e6a0..fe4e8be9e0 100644 --- a/services/web/app/views/user_membership/index.pug +++ b/services/web/app/views/user_membership/index.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-10.col-md-offset-1 diff --git a/services/web/app/views/user_membership/new.pug b/services/web/app/views/user_membership/new.pug index 4ef21a959b..6eaf399c8f 100644 --- a/services/web/app/views/user_membership/new.pug +++ b/services/web/app/views/user_membership/new.pug @@ -1,7 +1,7 @@ extends ../layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-10.col-md-offset-1 diff --git a/services/web/modules/user-activate/app/views/user/activate.pug b/services/web/modules/user-activate/app/views/user/activate.pug index fe53aef9fd..0d35ab6b0b 100644 --- a/services/web/modules/user-activate/app/views/user/activate.pug +++ b/services/web/modules/user-activate/app/views/user/activate.pug @@ -1,7 +1,7 @@ extends ../../../../../app/views/layout block content - .content.content-alt + main.content.content-alt .container .row .col-md-6.col-md-offset-3.col-lg-4.col-lg-offset-4