Mercurial Hosting > freedit
diff src/site.css @ 25:66fd3784e60e
back to textarea for bbcode
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 19 Jul 2022 22:24:24 -0600 |
parents | 3ea49246d6a7 |
children | 4fdc4ec0050b |
line wrap: on
line diff
--- a/src/site.css Tue Jul 19 22:07:02 2022 -0600 +++ b/src/site.css Tue Jul 19 22:24:24 2022 -0600 @@ -15,10 +15,10 @@ text-decoration: underline; } -div[contenteditable] { +textarea { + font: inherit; padding: 7px; - border: 1px solid #777; - white-space: pre-wrap; + border-color: #DDDDDD; } div[header], div[footer] {