File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1446,4 +1446,13 @@ body #footer .links {
1446
1446
.panel p {
1447
1447
margin-top : 1em ;
1448
1448
margin-bottom : 1em ;
1449
+ }
1450
+
1451
+ .well {
1452
+ display : flex;
1453
+ align-items : center;
1454
+ }
1455
+
1456
+ .well .btn {
1457
+ margin-left : 20px ;
1449
1458
}
Original file line number Diff line number Diff line change @@ -16,13 +16,10 @@ <h1>Installation</h1>
16
16
< div class ="row ">
17
17
< div class ="col-sm-8 col-lg-8 ">
18
18
< div class ="well ">
19
- < div class ="pull-right ">
20
-
21
- < a class ="btn btn-lg btn-warning " href ="/quickstart "> QuickStart Guide →</ a >
22
- </ div >
23
19
< h4 > Follow QuickStart Guide to Install and execute your first test in 6 easy
24
20
steps.
25
21
</ h4 >
22
+ < a class ="btn btn-lg btn-warning " href ="/quickstart "> QuickStart Guide →</ a >
26
23
</ div >
27
24
</ div >
28
25
</ div >
You can’t perform that action at this time.
0 commit comments