Skip to content

Commit

Permalink
increase font and change to Helvetica Neue
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr committed Jul 8, 2010
1 parent 95b0803 commit 8222f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/cache.manifest
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Version 2 # Version 3
index.html index.html
prototype.js prototype.js
startup.png startup.png
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
a img,:link img,:visited img { border: none; } a img,:link img,:visited img { border: none; }
address { font-style: normal; } address { font-style: normal; }


body { color: #000000; background-color: #FFFFFF; margin: 0px auto; font: 12px Arial; padding-bottom: 16px; text-align: center;} body { color: #000000; background-color: #FFFFFF; margin: 0px auto; font: 13px "Helvetica Neue"; padding-bottom: 16px; text-align: center;}


a {color: #aaa; text-decoration: none; cursor: pointer; } a {color: #aaa; text-decoration: none; cursor: pointer; }


Expand All @@ -29,7 +29,7 @@


#app, #controls, #about { padding-top: 35px; } #app, #controls, #about { padding-top: 35px; }


#link { padding-top: 16px; padding-bottom: 16px; font: 13px Arial; } #link { padding-top: 16px; padding-bottom: 16px; font: 14px "Helvetica Neue"; }


#list {margin-bottom: 12px; } #list {margin-bottom: 12px; }


Expand Down

0 comments on commit 8222f90

Please sign in to comment.