Commit d3c5c173 authored by addyosmani's avatar addyosmani

Credits for Broke.js app and minor formatting fix for Batman

parent 6e66c693
...@@ -174,6 +174,5 @@ body { ...@@ -174,6 +174,5 @@ body {
} }
#credits a { #credits a {
color: color: #888;
#888;
} }
\ No newline at end of file
...@@ -165,3 +165,18 @@ body { ...@@ -165,3 +165,18 @@ body {
#tasks .count span { #tasks .count span {
font-weight: bold; font-weight: bold;
} }
#credits {
width: 520px;
margin: 30px auto;
color:
#999;
text-shadow:
rgba(255, 255, 255, .8) 0 1px 0;
text-align: center;
}
#credits a {
color: #888;
}
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
</div> </div>
</div> </div>
<div id="credits">
<p>Created by <a href="https://github.com/brokenseal">Davide Callegari</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</div>
<script src="libs/jquery-1.6.4.min.js"></script> <script src="libs/jquery-1.6.4.min.js"></script>
<script src="libs/gettext.min.js"></script> <script src="libs/gettext.min.js"></script>
<script src="libs/pyjammin.min.js"></script> <script src="libs/pyjammin.min.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment