default font size: try with 13px instead of 10pt...
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3400 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
df7a64be74
commit
0d4cb500dc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 10pt;
|
||||
font-size: 13px;
|
||||
background-color: white;
|
||||
color: #000040;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
body {
|
||||
font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||
font-size: 10pt;
|
||||
font-size: 13px;
|
||||
background: White;
|
||||
/* color: Black; */
|
||||
color: #242424;
|
||||
|
|
Loading…
Add table
Reference in a new issue