ultimate-comparisons / ultimate-comparison-framework

The base of all ultimate-comparisons. Follow the README and create your own ultimate comparison.
http://ultimate-comparisons.github.io/ultimate-comparison-framework/
MIT License
16 stars 7 forks source link

Fixes Issues 46, 47, 49, and 51 #53

Closed hueneburg closed 7 years ago

hueneburg commented 7 years ago

Issue #46: z-indexes were fixed and details are always in front of everything, then come the options for searching, then the table header.

Issue #47: revamped complete color assignment for citation links. only the ones in tooltips are grey. image

Issue #49: changed id of the entries in the references table. links are working again.

Issue #51: The matching for elements in the references table was too eager. The rule was refined via REGEX. instead of /^<p>/ it is now /^<p>\d+\./

Screenshot for #46 and #51: image