summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-07-24 10:56:19 -0400
committerShaun McCance <shaunm@redhat.com>2021-07-24 10:56:19 -0400
commitd07a0d9f1c85ee737b47048ad81e87151b7eb78a (patch)
tree8a7045e42c99f332527e9d49e3eeaf20ecdf3d53
parent612f319060b87e30953f7d84d6a755d757ef845e (diff)
downloadyelp-xsl-d07a0d9f1c85ee737b47048ad81e87151b7eb78a.tar.gz
Loosen CSS match for title/desc in linkdiv
This allows us to use extra packing divs in linkdivs
-rw-r--r--xslt/common/css/mallard.css.tmpl4
1 files 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}};