summaryrefslogtreecommitdiffstats
path: root/templates/html/dynsections.js
Commit message (Collapse)AuthorAgeFilesLines
* Bug 796494 - Collapsed treeview arrow displays as emoji in Microsoft Edgealbert-github2018-06-041-3/+3
| | | | | | | | | | | | The right arrow (▶) is inn MicrosoftEdge displayed as an Emoji it displays as a white arrow inside a blue square with a black border instead of a monochrome arrow. Unicode contains another right arrow (&#9258) which displays correctly (also in Chrome, Opera, FireFox, Internet Explorer; in some even better). The Unicode naming is a bit confusing: - for the down arrow we only have: - ▼ 'BLACK DOWN-POINTING TRIANGLE' - for the right arrow we have: - ▶ 'BLACK RIGHT-POINTING TRIANGLE' - ► 'BLACK RIGHT-POINTING POINTER' so it looks logical to use both Triangles but this is not the case.
* Change navtree collapsed list iconFaheel Ahmad2017-12-071-3/+3
|
* Marks JS as freely licensedzachwick2017-08-041-2/+25
| | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+97
compiler & manager