File tree Expand file tree Collapse file tree 2 files changed +24
-7
lines changed Expand file tree Collapse file tree 2 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 1
- < div class ="panel-group " id ="accordion " role ="tablist " aria-multiselectable ="true ">
1
+ < div class ="panel-group panel-group--phar " id ="accordion " role ="tablist " aria-multiselectable ="true ">
2
2
< div class ="panel panel-default ">
3
3
< div class ="panel-heading " role ="tab " id ="headingOne ">
4
4
< h4 class ="panel-title ">
@@ -13,14 +13,14 @@ <h4 class="panel-title">
13
13
14
14
< div class ="panel-collapse-body ">
15
15
< div class ="row ">
16
- < div class ="col-md-2 ">
16
+ < div class ="col-md-3 ">
17
17
18
18
< a href ="/thanks " class ="btn btn-success btn-expand "> Download</ a >
19
19
</ div >
20
- < div class ="col-md-10 ">
20
+ < div class ="col-md-9 ">
21
21
22
22
< div class ="highlight ">
23
- < pre > wget https://codeception.com/codecept.phar< a href ="/thanks " style =" float:right " target ="_blank "> download < span
23
+ < pre > wget https://codeception.com/codecept.phar< a href ="/thanks " class =" phar-download " target ="_blank "> download < span
24
24
class ="glyphicon glyphicon-download "> </ span > </ a > </ pre >
25
25
</ div >
26
26
@@ -47,13 +47,13 @@ <h4 class="panel-title">
47
47
< div id ="collapseTwo " class ="panel-collapse collapse " role ="tabpanel " aria-labelledby ="headingTwo ">
48
48
< div class ="panel-collapse-body ">
49
49
< div class ="row ">
50
- < div class ="col-md-2 ">
50
+ < div class ="col-md-3 ">
51
51
< a href ="/thanks_php5 " target ="_blank " class ="btn btn-success btn-expand "> Download</ a >
52
52
</ div >
53
- < div class ="col-md-10 ">
53
+ < div class ="col-md-9 ">
54
54
55
55
< div class ="highlight ">
56
- < pre > wget https://codeception.com/php56/codecept.phar< a href ="/thanks_php5 " style =" float:right "
56
+ < pre > wget https://codeception.com/php56/codecept.phar< a href ="/thanks_php5 " class =" phar-download "
57
57
target ="_blank "> download < span
58
58
class ="glyphicon glyphicon-download "> </ span > </ a > </ pre >
59
59
</ div >
Original file line number Diff line number Diff line change @@ -1559,4 +1559,21 @@ body #footer .links {
1559
1559
height : 52px ;
1560
1560
margin-right : 6px ;
1561
1561
fill : # 666666 ;
1562
+ }
1563
+
1564
+ .panel-group--phar .panel-collapse-body {
1565
+ padding-left : 15px ;
1566
+ padding-right : 15px ;
1567
+ }
1568
+
1569
+ .panel-group--phar .phar-download {
1570
+ display : table;
1571
+ }
1572
+
1573
+ .panel-group--phar .btn {
1574
+ width : 100% ;
1575
+ }
1576
+
1577
+ .panel-group--phar pre {
1578
+ margin-bottom : 0 ;
1562
1579
}
You can’t perform that action at this time.
0 commit comments