diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 15:49:57 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-17 15:49:57 -0700 |
commit | 68004fc962922b01f81039e1613eb3f8dade0987 (patch) | |
tree | 0309ebdfa347b497829946df3cdfdd3bb1501402 /view/theme | |
parent | 6c812a9158eaac2f3bb004bd02b59bf56fcf0419 (diff) | |
download | volse-hubzilla-68004fc962922b01f81039e1613eb3f8dade0987.tar.gz volse-hubzilla-68004fc962922b01f81039e1613eb3f8dade0987.tar.bz2 volse-hubzilla-68004fc962922b01f81039e1613eb3f8dade0987.zip |
force a bottom margin
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 0e7882b30..916b32fd2 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -68,6 +68,9 @@ img.photo { font-weight: bold; margin-left: 280px; } +#page-footer { + height: 20px; +} .heart { color: #FF0000; |