Skip to content

Commit 265e044

Browse files
committed
Adding links and making the header smaller
1 parent 91b5760 commit 265e044

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
2727
{% endif %}
2828
<a href="{{ site.github.repository_url }}" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
2929
</section>
30+
<section id="links">
31+
[<a href="{{ '/guide/getting-started.html' | relative_url }}">Getting started</a>] [<a href="{{ '/guide/mocking-guidelines.html' | relative_url }}">Guidelines</a>] [<a href="{{ '/ADR/' | relative_url }}" title="Architecture Decision Records">ADRs</a>]
32+
</section>
3033
</div>
3134
</header>
32-
35+
<hr/>
3336
<div class="container">
3437
<section id="main_content">
3538
{{ content }}

docs/assets/css/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
strong {
22
color:#b5e853
33
}
4+
5+
header #links {
6+
position: relative;
7+
height: 0px;
8+
}
9+
10+
header {
11+
border-bottom: 0px dashed #b5e853;
12+
padding: 10px 0;
13+
margin: 0 0 10px 0
14+
}

0 commit comments

Comments
 (0)