Skip to content

Commit 9a384e6

Browse files
committed
aligning text
1 parent 2064f7d commit 9a384e6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

lib/resources/styles.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ nav.navbar {
3434
background-color: inherit;
3535
min-height: 56px;
3636
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;
4337
}
4438

4539
nav .container {
@@ -377,6 +371,10 @@ footer .container-fluid {
377371
line-height: 1;
378372
}
379373

374+
nav ol.breadcrumbs {
375+
line-height: 30px; /* matches the input field */
376+
}
377+
380378
@media screen and (min-width: 768px) {
381379
nav ol.breadcrumbs {
382380
float: left;

lib/templates/_head.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<header class="container-fluid" id="title">
2828
<nav class="navbar navbar-fixed-top">
2929
<div class="container">
30+
<div class="row">
3031
{{^navLinks.isEmpty}}
3132
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
3233
{{/navLinks.isEmpty}}
@@ -42,9 +43,11 @@
4243
<input type="text" id="search-box" disabled class="form-control typeahead" placeholder="Search">
4344
</div>
4445
</form>
45-
</div>
46+
</div> <!-- /row -->
47+
</div> <!-- /container -->
4648
</nav>
4749
<div class="container masthead">
50+
<div class="row">
4851
<ol class="breadcrumbs gt-separated visible-xs">
4952
{{#navLinks}}
5053
<li><a href="{{href}}">{{name}}</a></li>
@@ -66,7 +69,8 @@ <h1 class="title">
6669
<li><a href="{{href}}">{{name}}</a></li>
6770
{{/subnavItems}}
6871
</ul>
69-
</div>
72+
</div> <!-- /row -->
73+
</div> <!-- /container -->
7074
</header>
7175

7276
<div class="container body">

0 commit comments

Comments
 (0)