Mercurial > public > sg101
diff static/css/base.css @ 758:ad1afe8f30a3
Add logos in footer to surf comunity sites.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 05 Jan 2014 14:06:45 -0600 |
parents | 99d7bf8cd712 |
children | ecb8f07d937b |
line wrap: on
line diff
--- a/static/css/base.css Sun Jan 05 13:06:53 2014 -0600 +++ b/static/css/base.css Sun Jan 05 14:06:45 2014 -0600 @@ -79,7 +79,6 @@ color: black; } #footer { - height: 105px; font-size: 10px; line-height: 1em; background-repeat: no-repeat; @@ -455,3 +454,17 @@ margin: 0.5em 0; padding: 5px; } + +ul.logo-block { + margin: 1.5em 3em 1.5em 3em; + background-color: white; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; +} +ul.logo-block li { + display: inline-block; + vertical-align: middle; + margin: 1em 1.5em 1em 1.5em; +}