mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-12 13:46:46 +00:00
Fixed CSS and footnotes appearance.
This commit is contained in:
parent
a920b4e502
commit
97bf967ae9
@ -17,6 +17,15 @@ abbr, acronym {
|
|||||||
padding-left: 100px;
|
padding-left: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote {
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footnotes {
|
||||||
|
padding-top: 1em;
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
#related {
|
#related {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -3,7 +3,7 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background: #eaeaea url("../images/bkg-white.png") 0 0;
|
background: #eaeaea url("../images/bkg-white.png") 0 0;
|
||||||
color: #151515;
|
color: #151515;
|
||||||
font: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user