Skip to content

Commit 141aaa0

Browse files
committed
DFW: remove unused #wp-fullscreen-title-prompt-text selectors. See #24067.
git-svn-id: https://develop.svn.wordpress.org/trunk@27039 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 70ca581 commit 141aaa0

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

src/wp-admin/css/ie.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
width: 35%;
5151
}
5252

53-
#wp-fullscreen-title {
53+
.wp-fullscreen-title {
5454
width: 97%;
5555
}
5656

src/wp-admin/css/wp-admin.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4064,8 +4064,7 @@ ul.cat-checklist {
40644064
margin: 0;
40654065
}
40664066

4067-
#titlediv #title-prompt-text,
4068-
#wp-fullscreen-title-prompt-text {
4067+
#titlediv #title-prompt-text {
40694068
color: #777;
40704069
position: absolute;
40714070
font-size: 1.7em;
@@ -4078,10 +4077,6 @@ ul.cat-checklist {
40784077
margin-top: 4px;
40794078
}
40804079

4081-
#wp-fullscreen-title-prompt-text {
4082-
padding: 11px;
4083-
}
4084-
40854080
#poststuff .inside-submitbox,
40864081
#side-sortables .inside-submitbox {
40874082
margin: 0 3px;
@@ -11950,8 +11945,7 @@ li#wp-admin-bar-menu-toggle {
1195011945
min-width: 0;
1195111946
}
1195211947

11953-
#titlediv #title-prompt-text,
11954-
#wp-fullscreen-title-prompt-text {
11948+
#titlediv #title-prompt-text {
1195511949
padding: 10px 10px;
1195611950
}
1195711951

0 commit comments

Comments
 (0)