Skip to content

Commit 35d82e6

Browse files
authored
Merge pull request Codeception#218 from Codeception/fix-val
fix w3 validation install page
2 parents 5395add + 14d17e0 commit 35d82e6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

css/codeception.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,10 @@ body #footer .links {
14661466
margin-top: 0;
14671467
}
14681468

1469+
.well-custom strong {
1470+
display: block;
1471+
}
1472+
14691473
.well-custom-row .btn {
14701474
font-size: 16px;
14711475
}

install.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
<h1>Installation</h1>
99
<div class="pull-right well well-custom">
1010
<h4>Requirements</h4>
11-
<strong>
12-
<div>PHP 5.6+</div>
13-
<div>CURL enabled</div>
14-
</strong>
11+
<strong>PHP 5.6+</strong>
12+
<strong>CURL enabled</strong>
1513
</div>
1614
</div>
1715
</div>

0 commit comments

Comments
 (0)