Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
netsplit.uk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mike Jones
netsplit.uk
Commits
e0f17c9b
Verified
Commit
e0f17c9b
authored
Feb 13, 2019
by
Mike Jones
🌶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix duplicate ID
parent
ae59611c
Pipeline
#184
passed with stages
in 1 minute
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
themes/netsplit/assets/sass/segments/body.scss
themes/netsplit/assets/sass/segments/body.scss
+2
-2
themes/netsplit/layouts/_default/baseof.html
themes/netsplit/layouts/_default/baseof.html
+2
-2
No files found.
themes/netsplit/assets/sass/segments/body.scss
View file @
e0f17c9b
...
...
@@ -6,12 +6,12 @@ body {
flex-direction
:
column
;
}
div
#
page-content
,
div
#sidebar-nav
{
div
.
page-content
,
div
#sidebar-nav
{
margin-top
:
1rem
;
margin-bottom
:
1rem
;
}
div
#
page-content
{
div
.
page-content
{
padding
:
0
;
flex
:
1
;
...
...
themes/netsplit/layouts/_default/baseof.html
View file @
e0f17c9b
...
...
@@ -4,14 +4,14 @@
<body
class=
"site"
>
{{- partial "nav.html" . -}}
<div
class=
"container
"
id=
"
page-content"
>
<div
class=
"container
page-content"
>
<main>
{{- block "main" . }}{{- end }}
</main>
</div>
<footer
id=
"site-footer"
>
<div
class=
"container
"
id=
"
page-content"
>
<div
class=
"container
page-content"
>
{{- partial "footer.html" . -}}
</div>
</footer>
...
...
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