refs #651, updated legal docs

This commit is contained in:
Klaus Basan
2016-09-22 16:06:36 +02:00
committed by Mathew Sutcliffe
parent 06906742a5
commit 45304e647a
8 changed files with 783 additions and 76 deletions

View File

@@ -12,7 +12,25 @@ body {
color: #000000;
}
h1 {
font-weight: bold;
font-size: 1.25em;
}
h2 {
font-weight: bold;
font-size: 1.10em;
}
iframe {
border: 0;
}
pre {
border-radius: 10px;
border: 2px solid blue;
background-color: lightgrey;
padding: 15px;
font: 100% Courier;
}