Files @ 6f1e25144958
Branch filter:

Location: kallithea/docs/theme/nature/theme.conf

mads
diff: fix "Show inline comments"

jQuery has weak "friendly" semantics for data attributes and do for example
interpret the data attribute name 'id_for' as 'idFor'. We could thus not
retrieve it as 'id_for'.

Instead, avoid the special semantics of '_' by just naming the data attribute
'for'.
1
2
3
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango