Re-introduce navbar. This fixes #9 and sets up navigation items to be

used for #7.
It also introduces fontawesome.
This commit is contained in:
Kevin Dungs
2014-08-04 02:18:17 +02:00
parent 2089b0f329
commit bd81838274
5 changed files with 28 additions and 17 deletions
+1 -10
View File
@@ -6,16 +6,6 @@ h1 br {
display: none;
}
#InfoBox {
color: #666;
position: fixed;
right: 0;
left: 0;
bottom: 0;
padding: 5px;
text-align: center;
}
#detector {
cursor: pointer;
margin: 0 auto;
@@ -59,6 +49,7 @@ h1 br {
.scrollable {
overflow: auto;
padding-top: 50px;
}
#achievements-container {