summaryrefslogtreecommitdiff
path: root/lfpe.css
diff options
context:
space:
mode:
Diffstat (limited to 'lfpe.css')
-rw-r--r--lfpe.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/lfpe.css b/lfpe.css
index 4609715..a79aafa 100644
--- a/lfpe.css
+++ b/lfpe.css
@@ -30,6 +30,12 @@ span#status {
float: right
}
+/* Edit */
+#raw_source_textarea, #target_textarea {
+ font-family: "Times New Roman", Georgia, Serif;
+}
+/* /Edit */
+
/* Session overview */
div#overview_wrapper { margin-top:1em }
table#overview { font-size:.8em }
@@ -64,10 +70,9 @@ p#footer {
/* Help */
div#help {
- margin-top: 2em;
+ margin-top: .5em;
font-size: .8em;
width: 70%;
- color: #ccc;
text-align: justify
}
div#help a { color:#ccc }