tridactyl/src
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
..
background Implement loading themes from disk. 2018-10-08 14:47:06 +02:00
completions Revert "Turn :bmarks into a proper excmd" 2018-10-08 22:01:15 +01:00
content styling.ts: Fix theme not loading on non-tridactyl pages 2018-10-08 14:48:23 +02:00
grammars Update keyseq 2018-04-15 22:34:07 +01:00
lib Implement loading themes from disk. 2018-10-08 14:47:06 +02:00
parsers Fix remaining relative imports 2018-09-29 18:03:36 -07:00
static Allow embedded settings to wrap 2018-10-09 15:40:06 +02:00
background.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
commandline_frame.ts commandline_frame.ts: Catch exception in input handler 2018-10-05 13:10:52 +02:00
completions.ts Move src/itertools.ts to src/lib/ 2018-09-29 18:03:36 -07:00
content.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
excmds.ts Fix default config doc path 2018-10-09 15:01:49 +02:00
help.ts Allow embedded settings to wrap 2018-10-09 15:40:06 +02:00
manifest.json release 1.14.0 2018-09-05 16:38:03 +01:00
newtab.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
perf.ts Merge branch 'reorganize-directories' 2018-10-04 13:59:19 +01:00
state.ts Move src/logging.ts to src/lib/ 2018-09-29 18:03:36 -07:00
tridactyl.d.ts Build a performance counters system so I can start optimizing things 2018-09-30 12:01:07 -07:00