projects
/
ldapsaisie.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LSformElement :: pre : Fixed CSS display in edit mode
[ldapsaisie.git]
/
public_html
/
css
/
default
/
LSformElement_pre.css
diff --git
a/public_html/css/default/LSformElement_pre.css
b/public_html/css/default/LSformElement_pre.css
index
2294bb5
..
057d25c
100644
(file)
--- a/
public_html/css/default/LSformElement_pre.css
+++ b/
public_html/css/default/LSformElement_pre.css
@@
-3,3
+3,8
@@
p.LSformElement_pre {
word-wrap: break-word;
font-family: monospace;
}
+
+textarea.LSformElement_pre {
+ height: 20em;
+ width: 38.5em;
+}