diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-10 14:35:28 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-10 14:35:28 +0000 |
commit | c69242aac5f4d5b3f5c9cf2dae4f519ec3787cae (patch) | |
tree | bc25eb9e3258d769af8cd69214cf8c69266426e0 | |
parent | 0edf468feae65872a854be3cc3949d8d0a11587f (diff) | |
download | vdr-plugin-muggle-c69242aac5f4d5b3f5c9cf2dae4f519ec3787cae.tar.gz vdr-plugin-muggle-c69242aac5f4d5b3f5c9cf2dae4f519ec3787cae.tar.bz2 |
Stylesheet changed so that all text is sans serif.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@153 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | stylesheet.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/stylesheet.css b/stylesheet.css index dde7de6..15ad718 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,5 +1,11 @@ -body { background-color: white
- }
+body { background-color: white ;
+ font-family: arial, sans-serif;
+ font-size: 10pt;
+ color: black;
+ text-align: justify;
+ vertical-align: top;
+ margin-right: 10pt
+ }
P { font-family: arial, sans-serif;
font-size: 10pt;
@@ -7,14 +13,14 @@ P { font-family: arial, sans-serif; text-align: justify;
vertical-align: top;
margin-right: 10pt
- }
+ }
P.header { font-family: arial,sans-serif;
font-size: 10pt;
color: black;
text-align: right;
margin-right: 10pt
- }
+ }
P.klein { font-family: arial,sans-serif;
font-size: 8pt;
|