About page RTL fixes.
Merges [30951] and [30952] to the 4.1 branch. props helen, alex-ye. fixes #30743, #30748. Built from https://develop.svn.wordpress.org/branches/4.1@30957 git-svn-id: http://core.svn.wordpress.org/branches/4.1@30945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2fba9b2f63
commit
6ace544904
|
@ -84,6 +84,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.1 - Typography */
|
/* 1.1 - Typography */
|
||||||
|
|
|
@ -84,6 +84,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1.1 - Typography */
|
/* 1.1 - Typography */
|
||||||
|
|
|
@ -400,6 +400,7 @@ ol.ol-decimal > li {
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd,
|
kbd,
|
||||||
|
|
|
@ -400,6 +400,7 @@ ol.ol-decimal > li {
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd,
|
kbd,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue