comparison src/private/tools/config.html.luan @ 50:979a9ee73ea4

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 01 Mar 2025 11:04:33 -0700
parents 2c63b10781e1
children e229f4aacde0
comparison
equal deleted inserted replaced
49:080eb027d93d 50:979a9ee73ea4
15 <!doctype html> 15 <!doctype html>
16 <html> 16 <html>
17 <head> 17 <head>
18 <% head() %> 18 <% head() %>
19 <style> 19 <style>
20 [content] {
21 max-width: 90%;
22 width: 700px;
23 padding: 0;
24 }
20 textarea { 25 textarea {
21 width: 90%; 26 width: 100%;
22 height: 20em; 27 height: 20em;
23 } 28 }
24 </style> 29 </style>
25 </head> 30 </head>
26 <body> 31 <body>