mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Twenty Fourteen: don't allow line-wrapping in the top-level navigation menu items. Props georgestephanis, fixes #24917.
Built from https://develop.svn.wordpress.org/trunk@25061 git-svn-id: http://core.svn.wordpress.org/trunk@25047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e0003939a2
commit
1ed0ba3c18
@ -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 {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user