Make the top menu as wide as possible
This commit is contained in:
parent
0bce2053cf
commit
e88411eea4
|
@ -51,6 +51,7 @@ nav #menu {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 3; /* Make appear under #login */
|
z-index: 3; /* Make appear under #login */
|
||||||
|
width: 100%; /* Claim as much of the CSS table as possible */
|
||||||
}
|
}
|
||||||
nav li {
|
nav li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue