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:
parent
22741de8b8
commit
af82242bb0
3 changed files with 3 additions and 5 deletions
|
@ -9,7 +9,7 @@ body {
|
||||||
min-width:640px;
|
min-width:640px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font: 9pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #000040;
|
color: #000040;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
/* Basic Elements */
|
/* Basic Elements */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 85% Helvetica, Arial, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background: White;
|
background: White;
|
||||||
color: Black;
|
color: Black;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -187,13 +187,11 @@ q {
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: 120%;
|
|
||||||
color: Black;
|
color: Black;
|
||||||
background-color: #CCCCCC;
|
background-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-size: 120%;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border: 1px solid #A0A0A0;
|
border: 1px solid #A0A0A0;
|
||||||
color: Black;
|
color: Black;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
/* Basic Elements */
|
/* Basic Elements */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 10pt Verdana, Lucida, Helvetica, Arial, sans-serif;
|
font: Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||||
background: White;
|
background: White;
|
||||||
/* color: Black; */
|
/* color: Black; */
|
||||||
color: #242424;
|
color: #242424;
|
||||||
|
|
Loading…
Add table
Reference in a new issue