From f67ff891c8082160b4d193c8ebffa71e0b576f9b Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Tue, 28 Jun 2022 21:29:45 -0400 Subject: [PATCH] fix slight alignment problem with carets --- groups/home/LibAnswers-4-js-css.html | 4 +++- groups/home/LibAnswers-SlideOutChat-4.html | 13 ++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html index 0f23488..ed858ed 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-4-js-css.html @@ -220,7 +220,9 @@ a.no-underline { text-decoration: none; } .yamm4 { max-width: 460px; } #yamm4-margins { margin: -15px 0px; } .fancy-caret { display: inline-block; margin-left: 2px; } -.open > a > .fancy-caret { vertical-align: -4px; margin-bottom: -4px; } +.open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; } +.caret-text { display: inline-block; } +.open > a > .caret-text { vertical-align: -0.5px; } /* style footer */ #orange-line { diff --git a/groups/home/LibAnswers-SlideOutChat-4.html b/groups/home/LibAnswers-SlideOutChat-4.html index 159b0d4..2e3b752 100644 --- a/groups/home/LibAnswers-SlideOutChat-4.html +++ b/groups/home/LibAnswers-SlideOutChat-4.html @@ -78,7 +78,10 @@