projects
/
ldapsaisie.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LSformElement :: pre : Fixed CSS display in edit mode
[ldapsaisie.git]
/
public_html
/
css
/
default
/
LSformElement_pre.css
1
p.LSformElement_pre {
2
white-space: pre;
3
word-wrap: break-word;
4
font-family: monospace;
5
}
6
7
textarea.LSformElement_pre {
8
height: 20em;
9
width: 38.5em;
10
}