Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
eth-landing-page
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Erick Hitter
eth-landing-page
Commits
448a8801
Verified
Commit
448a8801
authored
Dec 26, 2016
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use HTML5 semantic elements, because we can
parent
d1934fa3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
public/css/main.css
public/css/main.css
+1
-1
render/templates/main.handlebars
render/templates/main.handlebars
+3
-1
No files found.
public/css/main.css
View file @
448a8801
...
...
@@ -878,7 +878,7 @@ a:hover, a:focus {
color
:
rgba
(
51
,
51
,
51
,
.7
);
}
#
header
{
header
{
margin
:
0.75em
;
}
...
...
render/templates/main.handlebars
View file @
448a8801
...
...
@@ -9,12 +9,14 @@
<link
rel=
"stylesheet"
href=
"css/main.css"
/>
</head>
<body>
<
div
id=
"header"
>
{{{
body
}}}
</div
>
<
header>
{{{
body
}}}
</header
>
<div
id=
"sites"
>
{{>
sites
}}
</div>
<footer></footer>
<script
src=
"js/main.js"
></script>
{{>
analytics
}}
...
...
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