File tree 3 files changed +20
-10
lines changed 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 266
266
< div class ="input-group custom-search-form ">
267
267
< input type ="text " class ="form-control " placeholder ="Search... ">
268
268
< span class ="input-group-btn ">
269
- < button class ="btn btn-default " type ="button ">
270
- < i class ="fa fa-search "> </ i >
271
- </ button >
272
- </ span >
269
+ < button class ="btn btn-default " type ="button ">
270
+ < i class ="fa fa-search "> </ i >
271
+ </ button >
272
+ </ span >
273
273
</ div >
274
274
<!-- /input-group -->
275
275
</ li >
366
366
367
367
<!-- Page Content -->
368
368
< div id ="page-wrapper ">
369
- < div class ="row ">
370
- < div class ="col-lg-12 ">
371
- < h1 class ="page-header "> Blank</ h1 >
369
+ < div class ="container-fluid ">
370
+ < div class ="row ">
371
+ < div class ="col-lg-12 ">
372
+ < h1 class ="page-header "> Blank</ h1 >
373
+ </ div >
374
+ <!-- /.col-lg-12 -->
372
375
</ div >
373
- <!-- /.col-lg-12 -->
376
+ <!-- /.row -->
374
377
</ div >
375
- <!-- /.row -->
378
+ <!-- /.container-fluid -->
376
379
</ div >
377
380
<!-- /#page-wrapper -->
378
381
@@ -394,4 +397,3 @@ <h1 class="page-header">Blank</h1>
394
397
</ body >
395
398
396
399
</ html >
397
-
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ body {
27
27
}
28
28
}
29
29
30
+ .navbar-top-links {
31
+ margin-right : 0 ;
32
+ }
33
+
30
34
.navbar-top-links li {
31
35
display : inline-block;
32
36
}
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ body {
32
32
33
33
// --Topbar
34
34
35
+ .navbar-top-links {
36
+ margin-right : 0 ;
37
+ }
38
+
35
39
.navbar-top-links li {
36
40
display : inline-block ;
37
41
}
You can’t perform that action at this time.
0 commit comments