Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit b663a16

Browse files
committed
Add upgrade link to header.
1 parent 7fe81a0 commit b663a16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/layouts/layout.slim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ html.no-js lang="en"
3636
ul
3737
li= link_to 'About', '/about'
3838
li= link_to 'Documentation', '/documentation'
39+
li= link_to 'Upgrade', '/upgrade'
3940
li= link_to 'Get Help', '/help'
4041
li= link_to 'Contributing', '/contributing'
4142
= yield

source/stylesheets/partials/_header.css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ header {
66
height: 78px;
77
h1 {
88
background: url(image-path("logo-small.png")) left no-repeat;
9-
@include span-columns(4);
9+
@include span-columns(3);
1010
padding-left: 66px;
1111
padding-top: 12px;
1212
height: 100%;
@@ -18,7 +18,7 @@ header {
1818
}
1919
ul {
2020
text-align: right;
21-
@include span-columns(8);
21+
@include span-columns(9);
2222

2323
li {
2424
display: inline-block;

0 commit comments

Comments
 (0)