summaryrefslogtreecommitdiff
path: root/tools/mmd
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-09 19:07:05 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-09 19:07:05 +0000
commitda636e8797d41cf632dd23a0f531ebee347f7d7c (patch)
tree9195c5d82399b2929a866e74ea793f76559e9466 /tools/mmd
parent- changed from 24 to 3 hour preview (diff)
- made fonts smaller
git-svn-id: https://svn.spreadspace.org/mur.sat@108 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd')
-rw-r--r--tools/mmd/mmd.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/mmd/mmd.css b/tools/mmd/mmd.css
index 0a149a0..7224b8c 100644
--- a/tools/mmd/mmd.css
+++ b/tools/mmd/mmd.css
@@ -21,7 +21,7 @@ html, body
#rcol
{
- font: 12pt courier, monospace;
+ font: 10pt courier, monospace;
width: 640px;
margin: 1px;
padding: 2px;
@@ -42,7 +42,7 @@ html, body
#lcol
{
- font: 12pt courier, monospace;
+ font: 10pt courier, monospace;
width: 280px;
height: auto;
margin: 1px;
@@ -54,19 +54,19 @@ html, body
#info
{
- font: 12pt courier, monospace;
+ font: 10pt courier, monospace;
color: black;
background-color: white;
}
#datahead
{
- font: 16pt courier, monospace;
+ font: 14pt courier, monospace;
}
#status
{
- font: 24pt arial, sans-serif;
+ font: 22pt arial, sans-serif;
color: white;
width: 100%;
height: 64px;
@@ -85,14 +85,14 @@ html, body
.formfield
{
- font: 14pt courier, monospace;
+ font: 12pt courier, monospace;
float: none;
}
#dev
{
background-color: red;
- font: 16pt courier, monospace;
+ font: 14pt courier, monospace;
width: 100%;
float: left;
}