Twenty Fourteen: don't allow line-wrapping in the top-level navigation menu items. Props georgestephanis, fixes #24917.

git-svn-id: https://develop.svn.wordpress.org/trunk@25061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-08-20 17:32:15 +00:00
parent d5c62ed77d
commit ca1926490c

View File

@ -847,6 +847,7 @@ body {
padding: 0 10px;
padding: 0 1.0rem;
text-decoration: none;
white-space: nowrap;
}
.primary-navigation ul ul {
background-color: rgba(0, 0, 0, 0.9);
@ -872,6 +873,7 @@ body {
padding: 0.9rem 1.2rem;
width: 148px;
width: 14.8rem;
white-space: normal;
}
.primary-navigation ul ul li {
}