Merge pull request mozilla/123done#52 from fmarier/move_github_ribbon_down

Move the github ribbon down in the page
This commit is contained in:
Sean McArthur 2013-02-25 17:02:24 -08:00
Родитель 58c54e8d7e 7b299136ee
Коммит 64e5f19f7f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,8 +10,6 @@
<script src="modernizr.min.js"></script>
</head>
<body>
<a href="https://github.com/mozilla/123done"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork 123done on GitHub"></a>
<div id="container">
<header>
<h1>123done <span>your tasks - simplified</span></h1>
@ -51,6 +49,8 @@
<p>Your task list is stored on the computer for you to use. If you want to sync 123done across devices, log in with Mozilla Persona.</p>
</section>
<footer>
<a href="https://github.com/mozilla/123done"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork 123done on GitHub"></a>
<p><strong>123done</strong> is a project to show the power of <a href="https://login.persona.org">Persona</a>. Written by the <a href="http://identity.mozilla.com/">identity folks</a> at Mozilla.</p>
</footer>
</div>