mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
Twenty Fourteen: RTL display adjustment for Custom Header, props yoavf. Fixes #28670.
Built from https://develop.svn.wordpress.org/trunk@29167 git-svn-id: http://core.svn.wordpress.org/trunk@28951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c3b068a599
commit
65c6477bc3
@ -111,6 +111,9 @@ function twentyfourteen_admin_header_style() {
|
||||
line-height: 48px;
|
||||
margin: 0 0 0 30px;
|
||||
}
|
||||
.rtl #headimg h1 {
|
||||
margin: 0 30px 0 0;
|
||||
}
|
||||
#headimg h1 a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user