diff options
author | Friendika <info@friendika.com> | 2010-12-12 17:40:23 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-12 17:40:23 -0800 |
commit | 1cffecd1bed6856dd40eddd8b0e6cd870d287762 (patch) | |
tree | fa23d740d4220b2343a3b5f722c0f72c7501e713 /view/theme | |
parent | 0e39f60c041f8d614f8eb3c12c901b92ac08222f (diff) | |
download | volse-hubzilla-1cffecd1bed6856dd40eddd8b0e6cd870d287762.tar.gz volse-hubzilla-1cffecd1bed6856dd40eddd8b0e6cd870d287762.tar.bz2 volse-hubzilla-1cffecd1bed6856dd40eddd8b0e6cd870d287762.zip |
footer is serving no useful purpose.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index c5f535527..f20341dd6 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -178,10 +178,13 @@ img.photo { font-weight: bold; margin-left: 280px; } -#page-footer { - height: 20px; -/* border-bottom: 3px dashed #15607B; */ -} + +/* + * #page-footer { + * height: 20px; + * + * } + */ .heart { color: #FF0000; @@ -224,18 +227,16 @@ nav { background: #15607B; } -footer { - /*position: absolute;*/ - left: 0px; - /*right: 0px;*/ - bottom: 0px; - /*margin: 20px 20px 20px 20px;*/ - - position: fixed; - background-color: #0CBEFE; - width: 100%; - padding: 2px 3%; -} +/* + * footer { + * left: 0px; + * bottom: 0px; + * position: fixed; + * background-color: #0CBEFE; + * width: 100%; + * padding: 2px 3%; + * } + */ .fn { font-size: 1.4em; |