Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 1653:418b610e887b
docs work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 31 Mar 2022 22:12:40 -0600 |
parents | d5779a264a4a |
children |
comparison
equal
deleted
inserted
replaced
1652:d5779a264a4a | 1653:418b610e887b |
---|---|
14 <html> | 14 <html> |
15 <head> | 15 <head> |
16 <% head() %> | 16 <% head() %> |
17 <title>Luan Reference Manual</title> | 17 <title>Luan Reference Manual</title> |
18 <style> | 18 <style> |
19 div[contents] { | |
20 margin-bottom: 1em; | |
21 } | |
22 ul { | |
23 margin: 0; | |
24 } | |
25 [heading] { | |
26 margin-top: 2em; | |
27 } | |
19 p[keywords] { | 28 p[keywords] { |
20 font-family: monospace; | 29 font-family: monospace; |
21 margin-left: 40px; | 30 margin-left: 40px; |
22 max-width: 700px; | 31 max-width: 700px; |
23 } | 32 } |