Skip to content

Commit a2af252

Browse files
committed
upd benefits btn
1 parent 5ea3da9 commit a2af252

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

css/codeception.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -694,14 +694,18 @@ body .navbar-inverse .navbar-toggle .icon-bar {
694694
font-size: 0.8em;
695695
}
696696

697+
.feature .btn {
698+
float: right;
699+
}
700+
697701
.btn-learn {
698702
background: #fff;
699703
color: #666;
700704
text-align: right;
701705
display: block;
702706
}
703707

704-
.btn-learn:active {
708+
.feature .btn:active {
705709
box-shadow: none;
706710
}
707711

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>User_Centric_Tests</h3>
2424
Tests are represented as a set of user's actions.
2525
</p>
2626

27-
<a class="btn btn-learn" href="/docs/02-GettingStarted">Learn More</a>
27+
<a class="btn btn-secondary" href="/docs/02-GettingStarted">Learn More</a>
2828
</div>
2929

3030
<div class="col-sm-12 col-lg-6 feature">
@@ -38,7 +38,7 @@ <h3>Browser_Testing</h3>
3838
Tests can be executed using Firefox, Chrome, Safari or Cloud Testing services with <strong>Selenium WebDriver</strong>. Browser can be emulated with HTTP-requests through CURL with PhpBrowser.
3939
</p>
4040

41-
<a class="btn btn-learn" href="/docs/03-AcceptanceTests">Learn More</a>
41+
<a class="btn btn-secondary" href="/docs/03-AcceptanceTests">Learn More</a>
4242
</div>
4343
</div>
4444

@@ -56,7 +56,7 @@ <h3>Framework_Testing</h3>
5656
Tests can be executed inside a PHP framework. This way web application can be executed without web server to running faster and accessing application internals. <strong>Symfony</strong>, <strong>Laravel</strong>, <strong>Zend Framework</strong>, <strong>Yii</strong>, <strong>Phalcon</strong> are supported.
5757
</p>
5858

59-
<a class="btn btn-learn" href="/docs/04-FunctionalTests">Learn More</a>
59+
<a class="btn btn-secondary" href="/docs/04-FunctionalTests">Learn More</a>
6060
</div>
6161

6262
<div class="col-sm-12 col-lg-6 feature">
@@ -76,7 +76,7 @@ <h3>API_Testing</h3>
7676
Testing can be done over HTTP or inside a framework.
7777
</p>
7878

79-
<a class="btn btn-learn" href="/docs/10-APITesting">Learn More</a>
79+
<a class="btn btn-secondary" href="/docs/10-APITesting">Learn More</a>
8080
</div>
8181
</div>
8282

@@ -94,7 +94,7 @@ <h3>Data Driven Tests_</h3>
9494
Take <strong>snapshots</strong> to compare data changes with previous runs.
9595
</p>
9696

97-
<a class="btn btn-learn" href="/docs/09-Data">Learn More</a>
97+
<a class="btn btn-secondary" href="/docs/09-Data">Learn More</a>
9898
</div>
9999

100100
<div class="col-sm-12 col-lg-6 feature" >
@@ -109,7 +109,7 @@ <h3>Unit & Integration Testing</h3>
109109
Codeception is built on top of <strong>PHPUnit</strong> and is able to execute its tests.
110110
</p>
111111

112-
<a class="btn btn-learn" href="/docs/05-UnitTests">Learn More</a>
112+
<a class="btn btn-secondary" href="/docs/05-UnitTests">Learn More</a>
113113
</div>
114114
</div>
115115
</div>

0 commit comments

Comments
 (0)