File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,14 @@ nav {
32
32
/* some of this is to reset bootstrap */
33
33
nav .navbar {
34
34
background-color : inherit;
35
- min-height : 56 px ;
35
+ min-height : 48 px ;
36
36
border : 0 ;
37
37
}
38
38
39
+ nav .navbar .row {
40
+ padding-top : 8px ;
41
+ }
42
+
39
43
nav .container {
40
44
white-space : nowrap;
41
45
}
@@ -382,10 +386,6 @@ footer .container-fluid {
382
386
line-height : 1 ;
383
387
}
384
388
385
- nav ol .breadcrumbs {
386
- line-height : 30px ; /* matches the input field */
387
- }
388
-
389
389
@media screen and (min-width : 768px ) {
390
390
nav ol .breadcrumbs {
391
391
float : left;
@@ -639,7 +639,7 @@ button {
639
639
.typeahead ,
640
640
.tt-query ,
641
641
.tt-hint {
642
- width : 396 px ;
642
+ width : 200 px ;
643
643
height : 30px ;
644
644
padding : 8px 12px ;
645
645
line-height : 30px ;
Original file line number Diff line number Diff line change 38
38
< li class ="self-crumb "> {{self.name}}</ li >
39
39
</ ol >
40
40
< div class ="self-name "> {{self.name}}</ div >
41
- < form class ="navbar-form navbar-right " role ="search ">
42
- < div class ="form-group ">
43
- < input type ="text " id ="search-box " disabled class ="form-control typeahead " placeholder ="Search ">
44
- </ div >
41
+ < form class ="navbar-right " role ="search ">
42
+ < input type ="text " id ="search-box " disabled class ="form-control typeahead " placeholder ="Search ">
45
43
</ form >
46
44
</ div > <!-- /row -->
47
45
</ div > <!-- /container -->
@@ -71,7 +69,7 @@ <h1 class="title">
71
69
</ div > <!-- /col -->
72
70
</ div > <!-- /row -->
73
71
</ div > <!-- /container -->
74
-
72
+
75
73
</ header >
76
74
77
75
< div class ="container body ">
You can’t perform that action at this time.
0 commit comments