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:
Simon Poole 2015-05-19 13:53:18 +01:00 committed by Tom Hughes
parent 9d9c13c433
commit a1f73967a9
3 changed files with 15 additions and 3 deletions

View file

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