This commit is contained in:
Stuart Colville 2016-03-30 15:59:19 +01:00
Родитель 97287a5c11
Коммит 6bb6ba0f5a
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,