First pass at styles

This commit is contained in:
copernicus-mogley 2020-01-16 16:33:00 +01:00 committed by Daira Hopwood
parent feca6f4b26
commit 694b4948e3
6 changed files with 580 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,4 @@
/*
body { margin-top: 2ex !important; margin-left: 15% !important; margin-right: 15% !important; margin-bottom: 2ex !important}
sub { font-size: smaller !important; vertical-align: sub !important; }
sup { font-size: smaller !important; vertical-align: super !important; }
@ -21,3 +22,4 @@ tr:hover { background-color: #f5f5f5; }
.editor-note { color: #800000; }
.editor-note::before { content: "[Editor note: "; }
.editor-note::after { content: "]"; }
*/