[yelp-xsl] Loosen CSS match for title/desc in linkdiv



commit d07a0d9f1c85ee737b47048ad81e87151b7eb78a
Author: Shaun McCance <shaunm redhat com>
Date:   Sat Jul 24 10:56:19 2021 -0400

    Loosen CSS match for title/desc in linkdiv
    
    This allows us to use extra packing divs in linkdivs

 xslt/common/css/mallard.css.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xslt/common/css/mallard.css.tmpl b/xslt/common/css/mallard.css.tmpl
index 0c66da6c..6887be07 100644
--- a/xslt/common/css/mallard.css.tmpl
+++ b/xslt/common/css/mallard.css.tmpl
@@ -412,14 +412,14 @@ a.linkdiv:hover {
   text-decoration: none;
   background-color: {{$color.bg.blue}};
 }
-a.linkdiv > span.title {
+a.linkdiv span.title {
   display: block;
   margin: 0;
   font-size: 1em;
   font-weight: bold;
   color: inherit;
 }
-a.linkdiv > span.desc {
+a.linkdiv span.desc {
   display: block;
   margin: 0.2em 0 0 0;
   color: {{$color.fg.dark}};


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]