From ee11af8e9e6d2d5a71dd5e162126d17b28b8e316 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 9 May 2019 01:52:29 +0100 Subject: Render dots between links with CSS Prevents text version looking all weird with links render LIs with their own dots --- gentoobrowse-api/service/notifications/xslt/base.xslt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gentoobrowse-api/service/notifications/xslt/base.xslt b/gentoobrowse-api/service/notifications/xslt/base.xslt index b78e643..fe45cba 100644 --- a/gentoobrowse-api/service/notifications/xslt/base.xslt +++ b/gentoobrowse-api/service/notifications/xslt/base.xslt @@ -60,6 +60,7 @@ section>.page-header{color:#5a5a5a} .footer{padding-top:20px;padding-bottom:20px} } a{cursor:pointer} +ul.footer-links li::before, ul.footer-links li:last-child::after {content:'·';color:#999} <xsl:call-template name="title" /> @@ -95,25 +96,15 @@ a{cursor:pointer}

Gentoo Browse is not an official Gentoo website. The name "Gentoo" and the "g" logo are trademarks of the Gentoo Foundation, Inc.

Many thanks to the people behind the tech powering Gentoo Browse.

-- cgit v1.2.3