Skip to content

Commit b7cc36d

Browse files
committed
update install page (well block)
1 parent b1e98e2 commit b7cc36d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

css/codeception.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,4 +1446,13 @@ body #footer .links {
14461446
.panel p {
14471447
margin-top: 1em;
14481448
margin-bottom: 1em;
1449+
}
1450+
1451+
.well {
1452+
display: flex;
1453+
align-items: center;
1454+
}
1455+
1456+
.well .btn {
1457+
margin-left: 20px;
14491458
}

install.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ <h1>Installation</h1>
1616
<div class="row">
1717
<div class="col-sm-8 col-lg-8">
1818
<div class="well">
19-
<div class="pull-right">
20-
&nbsp;
21-
<a class="btn btn-lg btn-warning" href="/quickstart">QuickStart Guide &rarr;</a>
22-
</div>
2319
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
2420
steps.
2521
</h4>
22+
<a class="btn btn-lg btn-warning" href="/quickstart">QuickStart Guide &rarr;</a>
2623
</div>
2724
</div>
2825
</div>

0 commit comments

Comments
 (0)