Twenty Twelve: style hr, big, del, ins in editor stylesheet (and add all except big to style.css also). Fixes #21376.
git-svn-id: https://develop.svn.wordpress.org/trunk@21406 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4d30bd4e84
commit
66315ec8a3
@ -58,7 +58,11 @@ h6 {
|
||||
font-size: 0.857142857rem;
|
||||
}
|
||||
hr {
|
||||
/* TODO */
|
||||
background-color: #ccc;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin: 24px;
|
||||
margin-bottom: 1.714285714rem;
|
||||
}
|
||||
|
||||
/* Text elements */
|
||||
@ -109,9 +113,8 @@ cite, em, i {
|
||||
cite {
|
||||
border: none;
|
||||
}
|
||||
|
||||
big {
|
||||
/* TODO */
|
||||
font-size: 128.571429%;
|
||||
}
|
||||
.mceContentBody blockquote {
|
||||
font-style: italic !important;
|
||||
@ -150,10 +153,13 @@ address {
|
||||
margin: 0 0 1.714285714rem;
|
||||
}
|
||||
del {
|
||||
/* TODO */
|
||||
color: #333;
|
||||
}
|
||||
ins {
|
||||
/* TODO */
|
||||
background: #fff9c0;
|
||||
border: none;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
sup,
|
||||
sub {
|
||||
|
@ -122,6 +122,20 @@ video {
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
}
|
||||
del {
|
||||
color: #333;
|
||||
}
|
||||
ins {
|
||||
background: #fff9c0;
|
||||
text-decoration: none;
|
||||
}
|
||||
hr {
|
||||
background-color: #ccc;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin: 24px;
|
||||
margin-bottom: 1.714285714rem;
|
||||
}
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
|
Loading…
Reference in New Issue
Block a user