Eliminate the padding on #titlediv #title to prevent characters with descenders getting cropped in some browsers. Fixes #26509, props SergeyBiryukov.

Built from https://develop.svn.wordpress.org/trunk@26830


git-svn-id: http://core.svn.wordpress.org/trunk@26717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-09 19:09:20 +00:00
parent 485c929353
commit f6011db8ed
4 changed files with 2 additions and 10 deletions

View File

@ -11879,10 +11879,6 @@ li#wp-admin-bar-menu-toggle {
min-width: 0;
}
#titlediv #title {
padding: 8px;
}
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
padding: 10px 10px;

File diff suppressed because one or more lines are too long

View File

@ -11879,10 +11879,6 @@ li#wp-admin-bar-menu-toggle {
min-width: 0;
}
#titlediv #title {
padding: 8px;
}
#titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text {
padding: 10px 10px;

File diff suppressed because one or more lines are too long