1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

fixed footer issue

This commit is contained in:
Uvis Grinfelds 2014-11-13 22:04:52 +01:00
parent fcd8682987
commit f20fcd35b1
5 changed files with 9 additions and 6 deletions

View File

@ -287,8 +287,8 @@
<br> <br>
<br> <br>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe> <iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe> <iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
</div> </div>
</section> </section>

File diff suppressed because one or more lines are too long

View File

@ -4,9 +4,11 @@
html { html {
min-height:100%; min-height:100%;
position: relative;
} }
#download { #download {
position: static;
padding-bottom:240px;
footer { footer {
bottom: 0; bottom: 0;
left: 0; left: 0;

View File

@ -6372,9 +6372,10 @@ blockquote.tweet-xl a {
} }
html { html {
min-height: 100%; min-height: 100%;
position: relative;
} }
#download { #download {
position: static; padding-bottom: 240px;
} }
#download footer { #download footer {
bottom: 0; bottom: 0;

File diff suppressed because one or more lines are too long