Merge pull request #2068 from muffinresearch/fix-author-link-contrib
Fix author link on contrib
This commit is contained in:
Коммит
35a6e85ec4
|
@ -869,9 +869,6 @@ button.good {
|
|||
margin-top: -5px;
|
||||
}
|
||||
|
||||
// Re-colors links on top of details page to white
|
||||
#addon a,
|
||||
.author a,
|
||||
.addon-vitals .widgets .widget {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -975,6 +972,20 @@ button.good {
|
|||
height: 130px;
|
||||
}
|
||||
|
||||
// Standard pages have the default
|
||||
// text color. This is overridden for details
|
||||
// pages below.
|
||||
h3.author a,
|
||||
h4.author a {
|
||||
color: @default-font-color;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h3.author .transfer-ownership {
|
||||
color: @link-on-color-bg;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
// font issues on addon-details
|
||||
.addon-details {
|
||||
.version-number,
|
||||
|
|
Загрузка…
Ссылка в новой задаче