Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417
git-svn-id: http://svn.automattic.com/wordpress/trunk@18127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
372f48b7a0
commit
a7e5e2034f
|
@ -9,7 +9,8 @@ html .mceContentBody {
|
||||||
* {
|
* {
|
||||||
color: #333;
|
color: #333;
|
||||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-style: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
line-height: 1.625;
|
line-height: 1.625;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
@ -174,7 +175,9 @@ input[type=text] {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a,
|
||||||
|
a em,
|
||||||
|
a strong {
|
||||||
color: #1b8be0;
|
color: #1b8be0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue