ru_RU: After [35710], remove fixed width for admin menu, as it does not account for media queries.

See #20974.

git-svn-id: https://develop.svn.wordpress.org/trunk@35711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-11-20 01:03:15 +00:00
parent 7c1dd221c4
commit c2f2ef1c9b
1 changed files with 1 additions and 4 deletions

View File

@ -68,10 +68,7 @@ body.locale-he-il .press-this a.wp-switch-editor {
} }
/* ru_RU: Text needs more room to breathe. */ /* ru_RU: Text needs more room to breathe. */
.locale-ru-ru #adminmenu { .locale-ru-ru #adminmenu,
width: 160px; /* back-compat for pre-3.2 */
margin-left: 0; /* back-compat for pre-3.2 */
}
.locale-ru-ru #wpbody { .locale-ru-ru #wpbody {
margin-left: 0; /* back-compat for pre-3.2 */ margin-left: 0; /* back-compat for pre-3.2 */
} }