Skip to content

Commit

Permalink
some last-minute css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jan 28, 2011
1 parent b13bd2f commit aab193a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/style.css
Expand Up @@ -36,10 +36,11 @@ a{ text-decoration: none;}

body {
color: #424242;
/* font-family: 'Linux Libertine', Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif; */
font-family: sans-serif;
font-family: 'Linux Libertine', Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
font-size: 16px;
}


/*---------------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------------*/
Expand Down
1 change: 1 addition & 0 deletions views/quickstart.tt
Expand Up @@ -8,6 +8,7 @@ For easy an automatic installation of Dancer, we recommend using <a href="http:/
curl -L http://cpanmin.us | perl - --sudo Dancer
</pre>

<p>
Of course, your can use any other CPAN client to do so, or even <a href="http://search.cpan.org/perldoc?Dancer">install it by hand</a>.
</p>

Expand Down

0 comments on commit aab193a

Please sign in to comment.