We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5395add commit 14d17e0Copy full SHA for 14d17e0
css/codeception.css
@@ -1466,6 +1466,10 @@ body #footer .links {
1466
margin-top: 0;
1467
}
1468
1469
+.well-custom strong {
1470
+ display: block;
1471
+}
1472
+
1473
.well-custom-row .btn {
1474
font-size: 16px;
1475
install.html
@@ -8,10 +8,8 @@
8
<h1>Installation</h1>
9
<div class="pull-right well well-custom">
10
<h4>Requirements</h4>
11
- <strong>
12
- <div>PHP 5.6+</div>
13
- <div>CURL enabled</div>
14
- </strong>
+ <strong>PHP 5.6+</strong>
+ <strong>CURL enabled</strong>
15
</div>
16
17
0 commit comments