From 60627f65e8157c6afd288dcacd0296ddc50d8eaf Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Mon, 21 Dec 2020 21:18:07 -0500 Subject: Fix presentation of id or name Before the check was done with regexp which occasionally treated names as IDs, for example if they had ] or & in their names. Now we just check that name is not equal link (i.e. ssb ID). If name is not present than truncated version of the link is shown. --- static/styles.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 55592a9..6b86768 100644 --- a/static/styles.css +++ b/static/styles.css @@ -133,10 +133,6 @@ pre { text-decoration: underline; } -.id-inner { - letter-spacing: -1ex; -} - .msg-header { margin-bottom: .25ex; } -- cgit v1.2.3