css: use same background for top banner as the one in the sidemenu

This commit is contained in:
Frédéric Péters 2016-06-18 09:30:13 +02:00
parent 9bf188a8a6
commit d70b3df3b6
1 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,7 @@ span.warning {
/* top bar */
div#top {
background: black;
background: #23282d url(texture.png);
color: #eee;
text-align: right;
line-height: 200%;
@ -523,7 +523,6 @@ input[type=submit]:hover {
font-weight: bold;
cursor: pointer;
display: block;
background: black;
}
#sidepage ul#sidepage-menu {