From 79d9b482cd2a38ab5bf30a5b46c3798ec3cb94d7 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jul 13 2017 00:59:55 +0000 Subject: [getfedora.org] add link to the release announcement Add a link to the Fedora 26 Release Annoucnement in the infobox about Fedora 26 on the index page of getfedora.org --- diff --git a/getfedora.org/data/content/index.html b/getfedora.org/data/content/index.html index 472cac8..49931b4 100644 --- a/getfedora.org/data/content/index.html +++ b/getfedora.org/data/content/index.html @@ -50,7 +50,9 @@
-

${Markup(_('Fedora %(rel)s released! Get it now.')) % {'rel':global_variables.release['curr_id']}}

+

+ ${Markup(_('Fedora %(rel)s released!')) % {'rel':global_variables.release['curr_id']}} ${_('Get it now.')} +

diff --git a/getfedora.org/static/css/app.css b/getfedora.org/static/css/app.css index cd02432..c24db66 100644 --- a/getfedora.org/static/css/app.css +++ b/getfedora.org/static/css/app.css @@ -282,7 +282,7 @@ margin-top:4px; .newsbox h2, .newsbox h3 { margin-top: 22px; - color: #fff; + color: rgba(255,255,255,0.7); } .newsbox .index h3 { @@ -290,11 +290,15 @@ margin-top:4px; color: #fff; } -.newsbox a, +.newsbox a{ + color: rgba(255,255,255,1); + border-bottom: 1px dotted rgba(255,255,255,0.4); +} + .newsbox a:hover, .newsbox a:active { text-decoration: none; - color: #fff; + color: rgba(255,255,255,0.7); } .product-box {