tridactyl/src/static
glacambre 8514209cf9
Allow embedded settings to wrap
The previous code used <ul> and <li> in order to generate the list of
aliases/bindings related to an ex command. This was semantically correct
but required ugly CSS hacks in order to display them on a single line.
On top of that, this line didn't wrap when the list of bindings/commands
was longer that the page and thus required scrolling horizontally.

This commit replaces <ul> with <p> and <li> with span. It inserts a
space between each span and simplifies the css a bit, this results in
lines of bindings/aliases wrapping neatly.
2018-10-09 15:40:06 +02:00
..
badges Help preface text: minor tweaks and add chat badges 2017-12-04 13:32:21 +00:00
clippy Mention tridactyl overriding default keybinding in readme/tutor 2018-10-05 09:25:21 +02:00
css Make truncation clearer 2018-09-01 22:55:56 +01:00
logo Add SVG logo - useful for higher resolutions and inline use 2017-12-29 18:27:05 +00:00
themes Normalize theme directory structure 2018-08-16 20:56:11 +02:00
typedoc Allow embedded settings to wrap 2018-10-09 15:40:06 +02:00
authors.html Make the pun in credits worse 2018-06-08 15:14:47 +01:00
commandline.html Convert colon to CSS 2018-05-22 14:18:23 +01:00
defaultFavicon.svg Implement minimal :buffer 2017-10-14 11:01:32 -07:00
newtab.md Fix #1028 and maybe some other errors: persuade buildbot to rebuild help 2018-09-27 13:01:33 +01:00
newtab.template.html Fix Tridacyl not working on about:blank newtab page. 2018-07-18 06:20:33 +02:00