File tree 4 files changed +21
-6
lines changed
4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
.wrap > .container {
14
- padding : 70 px 15px 20px ;
14
+ padding : 0 px 15px 20px ;
15
15
}
16
16
17
17
.footer {
Original file line number Diff line number Diff line change
1
+
2
+ <section style =" clear :both ;background-color :#eee " >
3
+ <br ><br ><br >
4
+ <div class = " container" >
5
+ <div class = " col-xs-12 col-md-9" style = " padding:0px 0 10px 0" >
6
+ <form name = " search_query" method = " get" action = " /search/" id = " search-form" autocomplete = " off" >
7
+ <input type = " search" id = " query" name = " query" required = " required" autocomplete = " off" placeholder = " bower-asset/package-name" tabindex = " 1" class = " form-control" />
8
+ </form >
9
+ </div >
10
+ </div >
11
+ </section >
12
+
Original file line number Diff line number Diff line change 43
43
]);
44
44
NavBar::end ();
45
45
?>
46
+ <?= $ this ->render ('_search ' ) ?>
46
47
47
48
<div class="container">
48
49
<?= Breadcrumbs::widget ([
Original file line number Diff line number Diff line change 5
5
$ this ->title = Yii::$ app ->params ['logo-text ' ];
6
6
?>
7
7
<div class="site-index">
8
- <div class="jumbotron">
9
- <img src="/logo/composer.png" height="140px">
10
- <img src="/logo/bower.svg" height="100px" style="margin:10px">
11
- <img src="/logo/npm.svg" height="80px" style="margin:10px">
12
- <h3>Composer, Bower and NPM friends forever!</h3>
8
+ <div style="text-align:center;margin:30px 0px 20px">
9
+ <div>
10
+ <img src="/logo/composer.png" height="140px">
11
+ <img src="/logo/bower.svg" height="100px" style="margin:10px">
12
+ <img src="/logo/npm.svg" height="80px" style="margin:10px">
13
+ <h3>Composer, Bower and NPM friends forever!</h3>
14
+ </div>
13
15
</div>
14
16
15
17
<div class="body-content">
You can’t perform that action at this time.
0 commit comments