added a menu background image

This commit is contained in:
/dev/urandom 2020-12-02 15:36:32 +03:00
parent 8056c8a41a
commit fa599f2e48

View file

@ -119,7 +119,9 @@ th, td {
} }
.navbar { .navbar {
padding: 6pt; padding: 4px;
height: 24px;
background: #404A68 url("/menu_background.gif");
} }
.footer { .footer {
@ -250,7 +252,7 @@ th, td {
} }
.itime-bar { .itime-bar {
height: 6px; height: 2px;
width: 100%; width: 100%;
margin-block: 2px; margin-block: 2px;
} }