Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417

git-svn-id: https://develop.svn.wordpress.org/trunk@18127 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-03 14:33:11 +00:00
parent 2de9f72e0d
commit ef01a94b3f
1 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,8 @@ html .mceContentBody {
* {
color: #333;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
font-style: inherit;
font-weight: inherit;
line-height: 1.625;
}
body {
@ -174,7 +175,9 @@ input[type=text] {
}
/* Links */
a {
a,
a em,
a strong {
color: #1b8be0;
text-decoration: none;
}