From 222c84d225e4d2a7a5ca89ee17c65348aaa8263a Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Wed, 13 May 2020 03:20:11 +0200 Subject: [PATCH] Add missing CSS styling for permalinks to Debian template --- data/templates/debian/static/css/style.css | 11 ++++++++--- data/templates/default/static/css/style.css | 3 --- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/data/templates/debian/static/css/style.css b/data/templates/debian/static/css/style.css index f49db77..f70f275 100644 --- a/data/templates/debian/static/css/style.css +++ b/data/templates/debian/static/css/style.css @@ -18,9 +18,6 @@ body { a { color: #337ab7; text-decoration: none; -} - -a { background-color: transparent; } @@ -236,3 +233,11 @@ code { position: absolute; width: 1px; } + +.permalink { + font-size: 75%; + color: #999; + line-height: 100%; + font-weight: normal; + text-decoration: none; +} diff --git a/data/templates/default/static/css/style.css b/data/templates/default/static/css/style.css index 6ec391c..febadd9 100644 --- a/data/templates/default/static/css/style.css +++ b/data/templates/default/static/css/style.css @@ -18,9 +18,6 @@ body { a { color: #337ab7; text-decoration: none; -} - -a { background-color: transparent; }