File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ nav.navbar {
34
34
background-color : inherit;
35
35
min-height : 56px ;
36
36
border : 0 ;
37
- display : flex;
38
- flex-direction : column;
39
- justify-content : center;
40
- display : -webkit-flex;
41
- -webkit-flex-direction : column;
42
- -webkit-justify-content : center;
43
37
}
44
38
45
39
nav .container {
@@ -377,6 +371,10 @@ footer .container-fluid {
377
371
line-height : 1 ;
378
372
}
379
373
374
+ nav ol .breadcrumbs {
375
+ line-height : 30px ; /* matches the input field */
376
+ }
377
+
380
378
@media screen and (min-width : 768px ) {
381
379
nav ol .breadcrumbs {
382
380
float : left;
Original file line number Diff line number Diff line change 27
27
< header class ="container-fluid " id ="title ">
28
28
< nav class ="navbar navbar-fixed-top ">
29
29
< div class ="container ">
30
+ < div class ="row ">
30
31
{{^navLinks.isEmpty}}
31
32
< button id ="sidenav-left-toggle " type ="button "> </ button >
32
33
{{/navLinks.isEmpty}}
42
43
< input type ="text " id ="search-box " disabled class ="form-control typeahead " placeholder ="Search ">
43
44
</ div >
44
45
</ form >
45
- </ div >
46
+ </ div > <!-- /row -->
47
+ </ div > <!-- /container -->
46
48
</ nav >
47
49
< div class ="container masthead ">
50
+ < div class ="row ">
48
51
< ol class ="breadcrumbs gt-separated visible-xs ">
49
52
{{#navLinks}}
50
53
< li > < a href ="{{href}} "> {{name}}</ a > </ li >
@@ -66,7 +69,8 @@ <h1 class="title">
66
69
< li > < a href ="{{href}} "> {{name}}</ a > </ li >
67
70
{{/subnavItems}}
68
71
</ ul >
69
- </ div >
72
+ </ div > <!-- /row -->
73
+ </ div > <!-- /container -->
70
74
</ header >
71
75
72
76
< div class ="container body ">
You can’t perform that action at this time.
0 commit comments