File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -992,6 +992,12 @@ body .navbar-inverse .navbar-toggle .icon-bar {
992
992
body .panel-info > .panel-heading {
993
993
background : # fff ;
994
994
border-radius : 0 ;
995
+ display : flex;
996
+ flex-direction : column;
997
+ }
998
+
999
+ body .panel-info > .panel-heading a {
1000
+ margin-top : 10px ;
995
1001
}
996
1002
997
1003
.doc-btn {
@@ -1149,10 +1155,6 @@ body .panel-info>.panel-heading {
1149
1155
font-size : 16px ;
1150
1156
}
1151
1157
1152
- .quickstart-panel .panel-heading a {
1153
- float : right;
1154
- }
1155
-
1156
1158
.test-forum img {
1157
1159
height : 64px ;
1158
1160
}
@@ -1516,6 +1518,16 @@ body #footer .links {
1516
1518
.intro-block .pull-right {
1517
1519
float : right !important ;
1518
1520
}
1521
+
1522
+ body .panel-info > .panel-heading {
1523
+ flex-direction : row;
1524
+ justify-content : space-between;
1525
+ align-items : center;
1526
+ }
1527
+
1528
+ body .panel-info > .panel-heading a {
1529
+ margin-top : 0 ;
1530
+ }
1519
1531
}
1520
1532
1521
1533
.iframe-wrapper {
Original file line number Diff line number Diff line change 24
24
< div class ="col-xs-12 col-lg-6 col-lg-offset-3 ">
25
25
< div class ="panel panel-info quickstart-panel ">
26
26
< div class ="panel-heading ">
27
+ < h4 class ="panel-title "> 1.Install</ h4 >
27
28
< a href ="/install "> Alternative Installations »</ a >
28
- < h4 class =" panel-title " > 1.Install </ h4 > </ div >
29
+ </ div >
29
30
< div class ="panel-body text-center ">
30
31
< div class ="">
31
32
Install via Composer
You can’t perform that action at this time.
0 commit comments