projects
/
pgopen2019-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd41f93
)
Add styles to visible Sponsors on front page
author
Sarah Conway Schnurr
<
[email protected]
>
Tue, 23 Jul 2019 23:46:18 +0000
(16:46 -0700)
committer
Sarah Conway Schnurr
<
[email protected]
>
Tue, 23 Jul 2019 23:46:18 +0000
(16:46 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 6c01040be2ee7a92a3b02b34364f465d269b6cc3..31d1c58109d2c0a4cefe0af7d6ecffb774c41e2b 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-93,7
+93,15
@@
b, strong {
/* Sponsors section under Jumbotron */
.sponsors {
+ background-color: #fff;
+ border-bottom: 1px solid rgba(0,0,0,.125);
+ box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
+ padding: 1rem 3rem;
+ text-align: center;
+}
+.sponsors img {
+ width: 150px;
}
/* Sections */