Skip to content

Commit 7484c38

Browse files
author
drew
committed
Add home btn throughout
1 parent ef739f4 commit 7484c38

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

guide/static/guide/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ nav.topbar
5757
text-align:center;
5858
width:70vw;
5959
}
60+
.page-title.short
61+
{
62+
width:60vw;
63+
}
6064
.page-logo
6165
{
6266
padding-left:10px;

guide/templates/masterpages/main_back.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<i class="fa fa-fw fa-chevron-left" ></i>
2929
</a>
3030
</li>
31-
<li class="page-title">
31+
<li class="page-title short">
3232
<h1>
3333
{% block page_title %}
3434

@@ -37,6 +37,11 @@ <h1>
3737
</li>
3838
</ul>
3939
<ul class="nav navbar-nav navbar-right">
40+
<li class="home-btn nav-btn">
41+
<a class="" href="/" aria-label="Home Page">
42+
<i class="fa fa-fw fa-home" ></i>
43+
</a>
44+
</li>
4045
<li class="find-btn nav-btn">
4146
<a class="" href="/find" aria-label="Search for a code">
4247
<i class="fa fa-fw fa-search" ></i>

0 commit comments

Comments
 (0)