Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Developers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReverseEagle
Developers
Commits
9f8a8146
Commit
9f8a8146
authored
Oct 06, 2020
by
chairmantheboring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New button design.
parent
ac4317f3
Pipeline
#2015
passed with stage
in 29 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
_includes/header.html
_includes/header.html
+1
-3
styling/header.css
styling/header.css
+5
-5
No files found.
_includes/header.html
View file @
9f8a8146
...
...
@@ -2,9 +2,7 @@
<nav
class=
"header-nav"
>
<ul
class=
"header-list"
>
{% for link in header.links %}
<li>
<a
href=
"{{ link.url }}"
>
{{ link.name }}
</a>
</li>
{% endfor %}
</ul>
</nav>
...
...
styling/header.css
View file @
9f8a8146
...
...
@@ -11,7 +11,7 @@
align-items
:
stretch
;
}
.header-list
>
li
{
.header-list
>
a
{
flex-basis
:
75px
;
/* flex-wrap: nowrap; */
/* flex-grow: 1; */
...
...
@@ -22,12 +22,12 @@
transition
:
background
0.25s
linear
,
color
0.25s
linear
;
}
.header-list
>
li
:hover
,
.header-list
>
li
:focus
{
.header-list
>
a
:hover
,
.header-list
>
a
:focus
{
background
:
#37a4a1
;
}
.header-list
>
li
:not
(
:last-child
)
{
.header-list
>
a
:not
(
:last-child
)
{
margin-right
:
30px
;
}
...
...
@@ -56,11 +56,11 @@
}
@media
screen
and
(
max-width
:
600px
)
{
.header-list
>
li
{
.header-list
>
a
{
display
:
block
;
}
.header-list
>
li
:not
(
:last-child
)
{
.header-list
>
a
:not
(
:last-child
)
{
margin-bottom
:
15px
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment