Add sponsoring slots on home, dashboard and about pages

This commit is contained in:
Gaël Métais
2018-04-05 19:07:38 -05:00
parent e2d60dde43
commit b3399f419e
12 changed files with 60 additions and 23 deletions
+8 -8
View File
@@ -158,14 +158,6 @@
.summary .fromShare {
margin-bottom: 3em;
}
.summary .apiTip {
font-size: 0.8em;
margin-bottom: 4em;
color: #413;
}
.summary .apiTip a {
color: inherit;
}
.summary .tweet .tweetText {
color: #413;
background: #F2F2F2;
@@ -189,3 +181,11 @@
.summary .tweet input {
font-size: 0.9em;
}
.summary .sponsor {
font-size: 0.9em;
margin-bottom: 4em;
color: #413;
}
.summary .sponsor a {
color: inherit;
}
+3
View File
@@ -177,3 +177,6 @@ input[type=submit].clicked {
top: 0.2em;
box-shadow: none;
}
.homeSponsor {
margin-top: 3em;
}
+3
View File
@@ -295,6 +295,9 @@ a.linkButton {
.footer .github {
margin: 1em 0 0 0.5em;
}
.footer .sponsor {
font-size: 0.9em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
vertical-align: baseline;