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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user