Improve navigation bar (#890)

* Remove Raspberry pi Docker file

* Remove old show-source/solution and plan button

* Remove commented out code

* Improve navigation

* Remove underline from navigation and remove margin of left navigation button

* Make arrow a bit smaller so it aligns a bit better with the navigation bar itself
This commit is contained in:
Nanne Baars
2020-11-13 07:24:52 +01:00
committed by GitHub
parent db3015e0bc
commit f3e3cbd45f
5 changed files with 13 additions and 38 deletions

View File

@ -1022,10 +1022,9 @@ cookie-container {
display: inline-block;
background-color: #555;
border-radius: 8px;
min-width: 20px;
min-width: 25px;
text-align: center;
font-weight: bold;
padding-top: 2px;
}
.attack-link.solved-false {
@ -1057,12 +1056,13 @@ cookie-container {
}
.cur-page {
border-bottom: 2px solid #000;
border: 3px solid #000;
color:#aaa;
}
span.show-next-page, span.show-prev-page {
font-size: 1.3em;
font-size: 1.1em;
align-content: space-evenly;
}
.show-prev-page {
@ -1073,6 +1073,10 @@ span.show-next-page, span.show-prev-page {
cursor: pointer;
}
.no-underline:hover {
text-decoration: none;
}
/* attack ... */
.attack-feedback {