Skip to content

Commit

Permalink
add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 9, 2012
1 parent a493202 commit e0bca08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="add" onclick="create()">New note</div>
<div id="color-toggle" onclick="colorToggle()"></div>
<div id="entries"></div>
<div id="credits"><strong>distraction free writing</strong><br>by <a href="http://jancborchardt.net">Jan-Christoph Borchardt</a></div>
<div id="credits"><strong>unobtrusive writing</strong>, <a href="http://github.com/jancborchardt/litewrite">open source</a><br>by <a href="http://jancborchardt.net">Jan-Christoph Borchardt</a></div>
</div>

<script src="litewrite.js"></script>
2 changes: 1 addition & 1 deletion litewrite.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ html, body {
#entries { height:80%; overflow-y:auto; }
#entries a { text-overflow:ellipsis; }

#credits { position:absolute; bottom:2em; padding:.5em; font-size:.7em; white-space:nowrap; opacity:.7; }
#credits { position:absolute; bottom:3em; padding:.5em; font-size:.7em; white-space:nowrap; opacity:.7; }
#credits a { display:inline; padding:0; }

#color-toggle {
Expand Down

0 comments on commit e0bca08

Please sign in to comment.