mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 16:51:32 +01:00
Themes: Style the Theme Author the same in the multi and singular view, make the links readable. Fixes #26306
Built from https://develop.svn.wordpress.org/trunk@26458 git-svn-id: http://core.svn.wordpress.org/trunk@26356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c940061fd
commit
bdb9112f28
@ -273,7 +273,10 @@
|
||||
.theme.display-author .theme-author {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.theme.display-author .theme-author a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Experiment: allows to scroll through the whole theme
|
||||
@ -628,6 +631,7 @@ body.theme-overlay-open {
|
||||
margin: 15px 0 25px;
|
||||
}
|
||||
.theme-overlay .theme-author a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
.theme-overlay .theme-description {
|
||||
|
2
wp-admin/css/theme-rtl.min.css
vendored
2
wp-admin/css/theme-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -273,7 +273,10 @@
|
||||
.theme.display-author .theme-author {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.theme.display-author .theme-author a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Experiment: allows to scroll through the whole theme
|
||||
@ -628,6 +631,7 @@ body.theme-overlay-open {
|
||||
margin: 15px 0 25px;
|
||||
}
|
||||
.theme-overlay .theme-author a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
.theme-overlay .theme-description {
|
||||
|
Loading…
Reference in New Issue
Block a user