Merge pull request #2068 from muffinresearch/fix-author-link-contrib

Fix author link on contrib
This commit is contained in:
Stuart Colville 2016-03-30 16:23:47 +01:00
Родитель ddaa525c2f 6bb6ba0f5a
Коммит 35a6e85ec4
1 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

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