Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit a0dea48

Browse files
author
Billy Clark
committed
list items did not look right centered.
1 parent 410f004 commit a0dea48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/material/profilereview/review.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function prettifyDates() {
5151
</h1>
5252
</div>
5353

54-
<div class="mdl-card__title center" >
54+
<div class="mdl-card__title" >
5555
<ul class="mdl-card__subtitle-text mdl-list">
5656
<?php foreach ($this->data['mfaOptions'] as $mfa): ?>
5757
<li class="mdl-list__item mdl-list__item--three-line">
@@ -87,7 +87,7 @@ function prettifyDates() {
8787
</h1>
8888
</div>
8989

90-
<div class="mdl-card__title center" >
90+
<div class="mdl-card__title" >
9191
<ul class="mdl-card__subtitle-text mdl-list">
9292
<?php foreach ($this->data['methodOptions'] as $method): ?>
9393
<li class="mdl-list__item mdl-list__item--two-line">

0 commit comments

Comments
 (0)