set standard font size to 10pt
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3399 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
af82242bb0
commit
df7a64be74
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
background-color: white;
|
||||
color: #000040;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
/* Basic Elements */
|
||||
|
||||
body {
|
||||
font: Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||
font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||
font-size: 10pt;
|
||||
background: White;
|
||||
/* color: Black; */
|
||||
color: #242424;
|
||||
|
|
Loading…
Add table
Reference in a new issue