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:
Dion Hulse 2013-11-29 01:53:10 +00:00
parent 7c940061fd
commit bdb9112f28
3 changed files with 11 additions and 3 deletions

View File

@ -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 {

File diff suppressed because one or more lines are too long

View File

@ -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 {