aboutsummaryrefslogtreecommitdiffstats
path: root/root/meta
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-23 07:57:01 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-23 08:06:10 +0000
commit3b3b56d348bd882f9db7aa813cdce6472b6ca8fa (patch)
tree9bf03b8c76ceba469adea38c54651f75e62a11cc /root/meta
parentadd URLs for all projects (diff)
downloadmmm-3b3b56d348bd882f9db7aa813cdce6472b6ca8fa.tar.gz
mmm-3b3b56d348bd882f9db7aa813cdce6472b6ca8fa.zip
fix h3-link hovers
Diffstat (limited to 'root/meta')
-rw-r--r--root/meta/text$moonscript -> fn -> mmm$dom.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/root/meta/text$moonscript -> fn -> mmm$dom.moon b/root/meta/text$moonscript -> fn -> mmm$dom.moon
index 9062ae3..d3e27e1 100644
--- a/root/meta/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/meta/text$moonscript -> fn -> mmm$dom.moon
@@ -2,8 +2,8 @@ import div, h3, p, br, ul, li, i from require 'mmm.dom'
import link_to from (require 'mmm.mmmfs.util') require 'mmm.dom'
=> div {
- style: { 'max-width': '700px' },
- link_to @, h3 @gett 'title: text/plain', style: { 'margin-bottom': '-.5em' },
+ style: { 'max-width': '700px' }
+ h3 link_to @
p "mmm is a collection of Lua/Moonscript modules for web development.
All modules are 'polymorphic' - they can run in the ", (i 'browser'),
", using the native browser API for creating and interacting with DOM content, as well as on the ",