diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-15 00:38:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-15 00:38:30 +0000 |
commit | 50e5e6a5d4faaf43ac97020ee9fb1bd3bd6005c9 (patch) | |
tree | 0a8a6315be36d5c3f70b8f6f4696f9b5656f9815 /doc | |
parent | 9dc796737f2845c143a91a949ab1ea4526a2a1da (diff) |
basic styling for license and copyright
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 34dd5a49c..0399031f8 100644 --- a/doc/style.css +++ b/doc/style.css @@ -102,7 +102,9 @@ td.changelog { border: 1px solid #aaa; } -.pagedate { +.pagedate, +.pagelicense, +.pagecopyright { clear: both; font-style: italic; display: block; |