From 3b3b56d348bd882f9db7aa813cdce6472b6ca8fa Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 23 Nov 2018 18:57:01 +1100 Subject: fix h3-link hovers --- root/meta/text$moonscript -> fn -> mmm$dom.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'root/meta') 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 ", -- cgit v1.2.3