mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
Twenty Twelve: style hr, big, del, ins in editor stylesheet (and add all except big to style.css also). Fixes #21376.
git-svn-id: http://core.svn.wordpress.org/trunk@21406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
29b95be1b5
commit
ee6a92ceb7
@ -58,7 +58,11 @@ h6 {
|
|||||||
font-size: 0.857142857rem;
|
font-size: 0.857142857rem;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
/* TODO */
|
background-color: #ccc;
|
||||||
|
border: 0;
|
||||||
|
height: 1px;
|
||||||
|
margin: 24px;
|
||||||
|
margin-bottom: 1.714285714rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Text elements */
|
/* Text elements */
|
||||||
@ -109,9 +113,8 @@ cite, em, i {
|
|||||||
cite {
|
cite {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
big {
|
big {
|
||||||
/* TODO */
|
font-size: 128.571429%;
|
||||||
}
|
}
|
||||||
.mceContentBody blockquote {
|
.mceContentBody blockquote {
|
||||||
font-style: italic !important;
|
font-style: italic !important;
|
||||||
@ -150,10 +153,13 @@ address {
|
|||||||
margin: 0 0 1.714285714rem;
|
margin: 0 0 1.714285714rem;
|
||||||
}
|
}
|
||||||
del {
|
del {
|
||||||
/* TODO */
|
color: #333;
|
||||||
}
|
}
|
||||||
ins {
|
ins {
|
||||||
/* TODO */
|
background: #fff9c0;
|
||||||
|
border: none;
|
||||||
|
color: #333;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
sup,
|
sup,
|
||||||
sub {
|
sub {
|
||||||
|
@ -122,6 +122,20 @@ video {
|
|||||||
audio:not([controls]) {
|
audio:not([controls]) {
|
||||||
display: none;
|
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,
|
sub,
|
||||||
sup {
|
sup {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
Loading…
Reference in New Issue
Block a user