introduced CSS __site_width__ parameter
This commit is contained in:
parent
b570c8ab4f
commit
7956b88fd9
4 changed files with 5 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ html, body {
|
|||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font: normal 100%/1.4 Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font: normal 87.5%/1.4 Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
/* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
#dokuwiki__pagetools ul {
|
||||
/* imitate #dokuwiki__site */
|
||||
margin: 0 auto;
|
||||
max-width: 64em;
|
||||
max-width: __site_width__;
|
||||
padding: 0 1em;
|
||||
}
|
||||
#IE6 #dokuwiki__usertools ul {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ body {
|
|||
}
|
||||
#dokuwiki__site {
|
||||
margin: 0 auto;
|
||||
max-width: 64em;
|
||||
max-width: __site_width__;
|
||||
padding: 1.4em 1em;
|
||||
}
|
||||
#dokuwiki__site .site {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue