diff --git a/assets/style/base/typography.css b/assets/style/base/typography.css index beed2b2fc..3ee0baed0 100644 --- a/assets/style/base/typography.css +++ b/assets/style/base/typography.css @@ -57,7 +57,11 @@ h6, } a { - color: black; + color: black +} + +a:hover { + text-decoration: none; } @media (max-device-width: 768px),(width <= 768px){ diff --git a/assets/style/sections/footer.css b/assets/style/sections/footer.css index 2e89db5c8..380f8587d 100644 --- a/assets/style/sections/footer.css +++ b/assets/style/sections/footer.css @@ -18,6 +18,10 @@ footer * { text-decoration: none; } +footer a:hover { + text-decoration: none; +} + .footer-container { max-width: 1400px; margin: auto; diff --git a/layouts/_bioc_views_package_detail.html b/layouts/_bioc_views_package_detail.html index fa669400c..29f27b256 100644 --- a/layouts/_bioc_views_package_detail.html +++ b/layouts/_bioc_views_package_detail.html @@ -1,70 +1,50 @@ -
This package is deprecated. It will probably - be removed from Bioconductor. Please refer to - the - package end-of-life guidelines for more information. -
- +| biocViews | +<%= @package[:biocViews] %> | +
|---|---|
| Version | +<%= @package[:Version] %> | +
| Date | +<%= @package[:Date] %> | +
| In Bioconductor since | +<%= @package[:"In Bioconductor since"] %> | +
| License | +<%= @package[:License] %> | +
| URL | +<%= @package[:URL] %> | +
| BugReports | +<%= @package[:BugReports] %> | +