remove basic font size settings to allow control by browser

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3395 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-05-23 07:16:26 +00:00
parent 22741de8b8
commit af82242bb0
3 changed files with 3 additions and 5 deletions

View file

@ -9,7 +9,7 @@ body {
min-width:640px;
margin: 0;
padding: 0;
font: 9pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-color: white;
color: #000040;
}

View file

@ -9,7 +9,7 @@
/* Basic Elements */
body {
font: 85% Helvetica, Arial, sans-serif;
font-family: Arial, Helvetica, sans-serif;
background: White;
color: Black;
margin: 0;
@ -187,13 +187,11 @@ q {
}*/
code {
font-size: 120%;
color: Black;
background-color: #CCCCCC;
}
pre {
font-size: 120%;
padding: 1em;
border: 1px solid #A0A0A0;
color: Black;

View file

@ -11,7 +11,7 @@
/* Basic Elements */
body {
font: 10pt Verdana, Lucida, Helvetica, Arial, sans-serif;
font: Verdana, Lucida, Helvetica, Arial, sans-serif;
background: White;
/* color: Black; */
color: #242424;