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:
iandstewart 2011-06-03 14:33:11 +00:00
parent 372f48b7a0
commit a7e5e2034f
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;
}