updating docu
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
html body {
|
||||
font-family:arial, verdana, sans-serif;
|
||||
font-size:104%; /* to change the site's font size, change .foswikiPage below */
|
||||
font-size:104%;
|
||||
voice-family:"\"}\"";
|
||||
voice-family:inherit;
|
||||
font-size:small;
|
||||
@ -30,6 +30,14 @@ html body {
|
||||
html>body { /* Mozilla */
|
||||
font-size:small;
|
||||
}
|
||||
body {
|
||||
line-height:1.5em; /*S1*/
|
||||
/* change font size here */
|
||||
font-size:103%;
|
||||
}
|
||||
body font {
|
||||
line-height:135%;
|
||||
}
|
||||
th {
|
||||
line-height:1.15em;
|
||||
}
|
||||
@ -584,14 +592,6 @@ a:hover .foswikiAccessKey {
|
||||
/* LAYOUT ELEMENTS */
|
||||
/* for specific layout sub-elements see further down */
|
||||
|
||||
.foswikiPage {
|
||||
line-height:1.5em; /*S1*/
|
||||
/* change font size here */
|
||||
font-size:105%;
|
||||
}
|
||||
.foswikiPage font {
|
||||
line-height:135%;
|
||||
}
|
||||
.patternNoViewPage #patternOuter {
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
|
Reference in New Issue
Block a user