Compare commits

...

2 Commits

Author SHA1 Message Date
BodgeMaster 9f70350e84 fix navbar <br /> design hack, part 1 2021-09-02 04:22:54 +02:00
BodgeMaster dbaa9ab179 removed an image used on the old about page 2021-09-02 03:05:28 +02:00
3 changed files with 3 additions and 10 deletions

View File

@ -74,6 +74,3 @@ if (!isset($login)){
}
?>
</ul>
<br />
<br />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 KiB

View File

@ -235,13 +235,9 @@ ul.topnav {
width: 100%;
overflow: hidden;
background-color: %COLOR_BLUE%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0 0.7em 1.2em 0 rgba(0,0,0,0.2);
}
/*.topnav a:hover, .dropdown:hover .dropbtn {
background-color: %COLOR_CYAN%;
}*/
ul.topnav li {float: left;}
ul.topnav li a {
@ -250,7 +246,7 @@ ul.topnav li a {
color: %COLOR_BEIGE%;
font-family: monospace;
font-size: 1em;
padding: 14px 16px;
padding: 1.2em 1.3em;
text-decoration: none;
}
@ -272,7 +268,7 @@ ul.topnav li.right {
}*/
ul.topnav img {
height: 2.4em;
height: 2.55em;
}
ul.topnav li a.icon {