1
0
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:
Markus Birth 2015-02-22 02:17:52 +01:00
parent a920b4e502
commit 97bf967ae9
2 changed files with 10 additions and 1 deletions

View File

@ -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;

View File

@ -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;
}