summaryrefslogtreecommitdiff
path: root/modules/gallery/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-06 12:19:26 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-06 12:19:26 -0700
commit4302406c96426cb0a037cff5d19bdf46df106331 (patch)
tree90de258ab45c2c4cc6c1009183c76f07c6c22352 /modules/gallery/css
parent5835715e49f98943c561d6cee67840488c428175 (diff)
Fix formatting in l10n client source box so that it wraps. Otherwise
long strings show up only on one line.
Diffstat (limited to 'modules/gallery/css')
-rw-r--r--modules/gallery/css/l10n_client.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index 6616f511..8e668072 100644
--- a/modules/gallery/css/l10n_client.css
+++ b/modules/gallery/css/l10n_client.css
@@ -157,6 +157,8 @@ how it wants to round. */
#l10n-client-string-editor .source .source-text {
line-height:1.5em;
background:#eee;
+ font-family: monospace;
+ text-align: left;
height:16em; margin:1em; padding:1em;
overflow:auto;}