diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2013-05-01 01:02:47 +0200 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2013-05-01 01:02:47 +0200 |
commit | ebbd502f37458b97cfefab595abfa89e01a2b3cd (patch) | |
tree | 6acfcffda42df628186ea8ae93b66ee41bdc979f | |
parent | 39bfb803dd46cbddd703fbf26bd15400cb46ea72 (diff) | |
download | cacert-devel-ebbd502f37458b97cfefab595abfa89e01a2b3cd.tar.gz cacert-devel-ebbd502f37458b97cfefab595abfa89e01a2b3cd.tar.xz cacert-devel-ebbd502f37458b97cfefab595abfa89e01a2b3cd.zip |
bug-1131: RootDistributionLicense.html CSS style
-rw-r--r-- | www/policy/RootDistributionLicense.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/policy/RootDistributionLicense.html b/www/policy/RootDistributionLicense.html index d1c6c70..af65a70 100644 --- a/www/policy/RootDistributionLicense.html +++ b/www/policy/RootDistributionLicense.html @@ -4,7 +4,7 @@ <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /> <title> CAcert - Root Distribution License - DRAFT </title> <style type="text/css"> <!-- only for WIP --> -<!-- + .change { color : blue; font-weight: bold; @@ -12,7 +12,9 @@ .comment { color : steelblue; } ---> + .r { + text-align : right; + } </style> </head> |