Themes: Style the Theme Author the same in the multi and singular view, make the links readable. Fixes #26306

git-svn-id: https://develop.svn.wordpress.org/trunk@26458 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-11-29 01:52:07 +00:00
parent 62479c7420
commit d6703f1776
1 changed files with 5 additions and 1 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 {