Mercurial Hosting > freedit
comparison src/site.css @ 20:3ea49246d6a7
bbcode work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 13 Jul 2022 22:00:00 -0600 |
parents | da006d1c1eba |
children | 66fd3784e60e |
comparison
equal
deleted
inserted
replaced
19:da006d1c1eba | 20:3ea49246d6a7 |
---|---|
13 } | 13 } |
14 a:hover { | 14 a:hover { |
15 text-decoration: underline; | 15 text-decoration: underline; |
16 } | 16 } |
17 | 17 |
18 textarea { | |
19 font: inherit; | |
20 xpadding: 7px; | |
21 xborder-color: #DDDDDD; | |
22 } | |
23 div[contenteditable] { | 18 div[contenteditable] { |
24 padding: 7px; | 19 padding: 7px; |
25 border: 1px solid #777; | 20 border: 1px solid #777; |
26 white-space: pre-wrap; | 21 white-space: pre-wrap; |
27 } | 22 } |