summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-04-24 16:36:44 +0200
committerYorhel <git@yorhel.nl>2020-04-24 16:36:45 +0200
commit00381a0a88bbc7eaac1d5515fb3ffb30da9b7a66 (patch)
treeba36585b9aa38a8bbab659da8de0a57078d1e314 /data
parent493866f8114dc785433e401b4e3203516be9f71b (diff)
v2rw/VN::Page: Make the release extlink dropdown open on hover
i.e. revert to the old behavior. I do prefer this behavior and it was easier to implement than I had expected.
Diffstat (limited to 'data')
-rw-r--r--data/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 1a12091f..3efdbbc4 100644
--- a/data/style.css
+++ b/data/style.css
@@ -103,7 +103,8 @@ div.warning h2, div.notice h2 { font-size: 13px; font-weight: bold; margin: 0; }
.elm_dd_noarrow .elm_dd > a { padding-right: 0 }
.elm_dd_noarrow .elm_dd > a > span:last-child { display: none }
.elm_dd_left .elm_dd > div { float: left }
-.elm_dd_left .elm_dd > div > ul { right: 4px; top: -20px }
+.elm_dd_left .elm_dd > div > ul { right: 0; top: -20px }
+.elm_dd_relextlink .elm_dd > a { padding-left: 4px }