Twenty Twelve: fix navigation menu behavior when a space and one single character causes newline in navigation anchor element display. Fixes #22088.
git-svn-id: https://develop.svn.wordpress.org/trunk@22296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4be5613bb6
commit
f853d3b345
|
@ -1433,6 +1433,7 @@ img#wpstats {
|
||||||
color: #6a6a6a;
|
color: #6a6a6a;
|
||||||
line-height: 3.692307692;
|
line-height: 3.692307692;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.main-navigation li a:hover {
|
.main-navigation li a:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
Loading…
Reference in New Issue