From da636e8797d41cf632dd23a0f531ebee347f7d7c Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Tue, 9 Aug 2011 19:07:05 +0000 Subject: - made fonts smaller git-svn-id: https://svn.spreadspace.org/mur.sat@108 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/mmd.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tools/mmd') 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; } -- cgit v1.2.3