Skip to content

Commit

Permalink
Hide details about server
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 27, 2017
1 parent d66ad0f commit 528bd1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
16 changes: 0 additions & 16 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ main {
max-width: 920px;
}

aside {
font-style: italic;
color: #4A4A4A;
margin-top: 50px;
}

aside p {
font-size: 12px;
margin: 0;
line-height: 1.5em;
}

a {
color: #1A00F2;
text-decoration: none;
Expand Down Expand Up @@ -122,10 +110,6 @@ ul a[class='']:before {
padding: 45px;
}

aside {
padding-top: 50px;
}

h1 {
font-size: 15px;
}
Expand Down
4 changes: 0 additions & 4 deletions views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@
{{/each}}
</ul>
</main>

<aside>
<p>Node {{nodeVersion}} and <a href="https://github.com/zeit/serve" target="_blank" rel="noopener noreferrer">serve</a> running @ {{address}}:{{port}}</p>
</aside>
</body>
</html>

0 comments on commit 528bd1e

Please sign in to comment.