Mercurial Hosting > luan
comparison website/src/docs.html.luan @ 1323:3860ed4b8552
simplify website css
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 07 Feb 2019 05:38:38 -0700 |
parents | 5dbb552075ff |
children | 1660136ac451 |
comparison
equal
deleted
inserted
replaced
1322:d5739c101bd6 | 1323:3860ed4b8552 |
---|---|
10 <html> | 10 <html> |
11 <head> | 11 <head> |
12 <title>Luan Documentation</title> | 12 <title>Luan Documentation</title> |
13 <style> | 13 <style> |
14 @import "/site.css"; | 14 @import "/site.css"; |
15 div[link] { | |
16 margin: 0.5em 0; | |
17 } | |
18 </style> | 15 </style> |
19 </head> | 16 </head> |
20 <body> | 17 <body> |
21 <% Shared.header() %> | 18 <% Shared.header() %> |
22 <h1>Luan Documentation</h1> | 19 <h1>Luan Documentation</h1> |