From ee9a8a6f981da5d0be3296744041a68b8b858cbc Mon Sep 17 00:00:00 2001 From: shagi Date: Thu, 28 Jul 2022 18:09:15 +0200 Subject: [PATCH] Marcar las canciones con karaoke chulo en el listado --- web/static/css/main.css | 4 ++++ web/templates/base.html | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/web/static/css/main.css b/web/static/css/main.css index 5dc9dd8..9f9abbb 100644 --- a/web/static/css/main.css +++ b/web/static/css/main.css @@ -17,6 +17,10 @@ a { text-decoration: none; } +abbr { + text-decoration: none; +} + header#header { width:100%; display: inline-block; diff --git a/web/templates/base.html b/web/templates/base.html index ebc4931..f271edd 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -27,7 +27,14 @@