Thanks to @herince - fixes menu bar when Streaming button is added (it's more wide now when possible)

This commit is contained in:
Hristo Stefanov 2015-11-07 05:18:51 +02:00
parent fdaf2752b7
commit 60f84fa16c
1 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,10 @@ nav .menu > li:hover {
text-indent: -9999px;
}
nav > .content {
max-width: 1080px;
}
nav ul a {
color: #000;
text-decoration: none;