diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-20 19:10:49 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:06:54 +0200 |
commit | bd30e648de23de61bce95601b3e32d5b1a27a96f (patch) | |
tree | ee1e87895136c8eb25cebedfbb8604d1a0a31bdb /local.css | |
parent | e4b6f13fea2fe0dd35798c8673430dafa894b155 (diff) | |
download | web-bd30e648de23de61bce95601b3e32d5b1a27a96f.tar.gz web-bd30e648de23de61bce95601b3e32d5b1a27a96f.tar.bz2 web-bd30e648de23de61bce95601b3e32d5b1a27a96f.zip |
Rework copyright assignment procedure.
Move the copyright assignment text out of the wiki pages and instead make it
part of the web-editing page's template. Update text as per suggestions of
Richard M. Stallman (private email, 2007-09).
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -60,6 +60,13 @@ pre + * font-size: small; } +/* Used in `.templates/editpage.tmpl'. +#copyright_assignment_notice +{ + background-color: #f0f0f0; + font-size: small; +} + /* Variable width. */ #sidebar |