diff options
author | Friendika <info@friendika.com> | 2010-12-24 20:23:49 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-24 20:23:49 -0800 |
commit | ded2812799a63ba159072281d04cb08e1128b4af (patch) | |
tree | 41935fa28641e174b2a1057c7137460a2d1dad9e /view/theme/default | |
parent | 3ba322889fdfecc07099377cf6e28c4b2fb30e59 (diff) | |
download | volse-hubzilla-ded2812799a63ba159072281d04cb08e1128b4af.tar.gz volse-hubzilla-ded2812799a63ba159072281d04cb08e1128b4af.tar.bz2 volse-hubzilla-ded2812799a63ba159072281d04cb08e1128b4af.zip |
show creative commons coverage on registration page
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index e3cddc355..086f59c30 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1946,4 +1946,9 @@ a.mail-list-link { .clear { clear: both; -}
\ No newline at end of file +} + +.cc-license { + margin-top: 50px; + font-size: 70%; +} |