Mercurial Hosting > freedit
comparison src/site.css @ 19:da006d1c1eba
use contentEditable
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 13 Jul 2022 08:47:13 -0600 |
parents | 94e26bffd4fb |
children | 3ea49246d6a7 |
comparison
equal
deleted
inserted
replaced
18:94e26bffd4fb | 19:da006d1c1eba |
---|---|
18 textarea { | 18 textarea { |
19 font: inherit; | 19 font: inherit; |
20 xpadding: 7px; | 20 xpadding: 7px; |
21 xborder-color: #DDDDDD; | 21 xborder-color: #DDDDDD; |
22 } | 22 } |
23 div[contenteditable] { | |
24 padding: 7px; | |
25 border: 1px solid #777; | |
26 white-space: pre-wrap; | |
27 } | |
23 | 28 |
24 div[header], div[footer] { | 29 div[header], div[footer] { |
25 font-size: 14px; | 30 font-size: 14px; |
26 background-color: #ddd; | 31 background-color: #ddd; |
27 padding: 8px 3%; | 32 padding: 8px 3%; |