mirror of
https://github.com/MidnightCommander/website.git
synced 2026-02-02 11:13:47 -08:00
Add GitHub sponsors button
This commit is contained in:
@@ -4,7 +4,7 @@ The Midnight Commander project was founded around 1994 by Miguel de Icaza and is
|
||||
|
||||
* Andrew Borodin · :simple-github: [aborodin](https://github.com/aborodin) / [mc-worker](https://github.com/mc-worker)
|
||||
|
||||
* Yury V. Zaytsev · :simple-github: [zyv](https://github.com/zyv)
|
||||
* Yury V. Zaytsev · :simple-github: [zyv](https://github.com/zyv) · <iframe id="github-sponsors-iframe" src="https://github.com/sponsors/zyv/button" title="Sponsor Yury" height="32" width="114"></iframe>
|
||||
|
||||
### Former team members
|
||||
|
||||
|
||||
@@ -36,3 +36,23 @@
|
||||
fill: currentcolor;
|
||||
}
|
||||
}
|
||||
|
||||
#github-sponsors-iframe {
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#github-sponsors-iframe {
|
||||
-ms-transform: scale(0.7); /* IE 9 */
|
||||
-ms-transform-origin: 0 0;
|
||||
-moz-transform: scale(0.7); /* Firefox */
|
||||
-moz-transform-origin: 0 0;
|
||||
-o-transform: scale(0.7); /* Opera */
|
||||
-o-transform-origin: 0 0;
|
||||
-webkit-transform: scale(0.7); /* Safari And Chrome */
|
||||
-webkit-transform-origin: 0 0;
|
||||
transform: scale(0.7); /* Standard Property */
|
||||
transform-origin: 0 0; /* Standard Property */
|
||||
|
||||
margin-bottom: -0.75rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user