Add trademark information to copyright page
Added some minimal text to the copyright page wrt trademarks, currently pointing to the LWG, one day it should refer to a formal policy.
This commit is contained in:
parent
9d9c13c433
commit
a1f73967a9
3 changed files with 15 additions and 3 deletions
|
@ -15,9 +15,15 @@ fieldset,img { border: 0; }
|
|||
|
||||
legend { color: #000; }
|
||||
|
||||
sup { vertical-align: text-top; }
|
||||
sup {
|
||||
vertical-align: super;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
sub { vertical-align: text-bottom; }
|
||||
sub {
|
||||
vertical-align: sub;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue