comparison 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
comparison
equal deleted inserted replaced
24:fccbe5554fcc 25:66fd3784e60e
13 } 13 }
14 a:hover { 14 a:hover {
15 text-decoration: underline; 15 text-decoration: underline;
16 } 16 }
17 17
18 div[contenteditable] { 18 textarea {
19 font: inherit;
19 padding: 7px; 20 padding: 7px;
20 border: 1px solid #777; 21 border-color: #DDDDDD;
21 white-space: pre-wrap;
22 } 22 }
23 23
24 div[header], div[footer] { 24 div[header], div[footer] {
25 font-size: 14px; 25 font-size: 14px;
26 background-color: #ddd; 26 background-color: #ddd;