Skip to content

Commit

Permalink
feat: change to semantic HTML and remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Apr 2, 2022
1 parent 2ddbca2 commit 8d9e7a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
13 changes: 2 additions & 11 deletions public/stylesheets/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

@footerHeight: 28px;

html, body {
html,
body {
margin: 0;
padding: 0;
height: 100%;
Expand All @@ -25,14 +26,4 @@ html, body {
height: @footerHeight;
line-height: @footerHeight;
text-align: right;

#attribution {
display: inline-block;
padding: 0 25px 0 12px;
.border-top-left-radius(6px);
.box-shadow(0 0 10px rgba(0, 0, 0, 0.1));
font-size: 11px;
color: fade(@textColor, 50%);
a { color: fade(@linkColor, 50%); }
}
}
12 changes: 4 additions & 8 deletions src/top_level.dust
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,14 @@
</head>

<body>
<div id="list-pane"></div>
<nav id="list-pane"></nav>
<div id="container">
<div id="body">
<main id="body">
<div id="content-pane">
Loading...
</div>
</div>
<div id="footer">
<div id="attribution">
Hello! This is <a href="https://github.com/mikaello/avrodoc-plus" target="_blank">Avrodoc</a> :)
</div>
</div>
</main>
<footer id="footer"></footer>
</div>
</body>
</html>

0 comments on commit 8d9e7a0

Please sign in to comment.