mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +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;
|
||||
}
|
||||
|
||||
.footnote {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.footnotes {
|
||||
padding-top: 1em;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#related {
|
||||
overflow: visible;
|
||||
white-space: nowrap;
|
||||
|
@ -3,7 +3,7 @@ body {
|
||||
padding: 0;
|
||||
background: #eaeaea url("../images/bkg-white.png") 0 0;
|
||||
color: #151515;
|
||||
font: 16px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user