Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
757:f36864bc919e | 758:ad1afe8f30a3 |
---|---|
77 } | 77 } |
78 #content-secondary ul.nav-left li a:hover { | 78 #content-secondary ul.nav-left li a:hover { |
79 color: black; | 79 color: black; |
80 } | 80 } |
81 #footer { | 81 #footer { |
82 height: 105px; | |
83 font-size: 10px; | 82 font-size: 10px; |
84 line-height: 1em; | 83 line-height: 1em; |
85 background-repeat: no-repeat; | 84 background-repeat: no-repeat; |
86 background-color: #E0F2F6; | 85 background-color: #E0F2F6; |
87 color: black; | 86 color: black; |
453 | 452 |
454 input.search { | 453 input.search { |
455 margin: 0.5em 0; | 454 margin: 0.5em 0; |
456 padding: 5px; | 455 padding: 5px; |
457 } | 456 } |
457 | |
458 ul.logo-block { | |
459 margin: 1.5em 3em 1.5em 3em; | |
460 background-color: white; | |
461 border-top-left-radius: 5px; | |
462 border-top-right-radius: 5px; | |
463 border-bottom-left-radius: 5px; | |
464 border-bottom-right-radius: 5px; | |
465 } | |
466 ul.logo-block li { | |
467 display: inline-block; | |
468 vertical-align: middle; | |
469 margin: 1em 1.5em 1em 1.5em; | |
470 } |