Skip to content

Commit

Permalink
Added footer links and a bit of margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikl committed Mar 15, 2012
1 parent 4c72dc7 commit e480c1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -22,7 +22,7 @@ app.config.defaults({
"bannedWords": [ 'dippenade' ],
"default": "No data makes a poor example.",
"ending": "an example.",
"footer": "Powered by Razdraz",
"footer": 'Powered by <a href="https://github.com/mikl/razdraz">Razdraz</a>, created by the friendly folks at <a href="http://revealit.dk/">Reveal IT</a>',
"language": "en",
"refusal": "Nuh, uh." // For when banned words are entered.
}
Expand Down
7 changes: 6 additions & 1 deletion media/css/razdraz.css
@@ -1,13 +1,18 @@
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 2em;
text-align: center;
}

#message {
font-size: 500%;
font-weight: bold;
margin-top: 3em;
}

#footer {
#footer,
#footer a {
color: #aaa;
margin-top: 10em;
}

0 comments on commit e480c1d

Please sign in to comment.