diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-12-21 21:18:07 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-12-21 21:18:07 -0500 |
commit | 60627f65e8157c6afd288dcacd0296ddc50d8eaf (patch) | |
tree | 645d45cca62467809da007d0e4c09873b0bcd3ee /static/styles.css | |
parent | 000ee106a73347a888eae87e6a1585383b5f7698 (diff) | |
download | patchfoo-60627f65e8157c6afd288dcacd0296ddc50d8eaf.tar.gz patchfoo-60627f65e8157c6afd288dcacd0296ddc50d8eaf.zip |
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.
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |