Skip to content

Commit

Permalink
1.100
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jan 6, 2010
1 parent 967925f commit 8197518
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app.psgi
@@ -1,6 +1,6 @@
# This is a PSGI application file for Apache+Plack support
use lib '/home/sukria/Devel/perldancer-website';
use perldancer-website;
use lib '/srv/dancer.sukria.net/perldancer-website';
use perldancer;

use Dancer::Config 'setting';
setting apphandler => 'PSGI';
Expand Down
12 changes: 12 additions & 0 deletions public/css/style.css
Expand Up @@ -48,6 +48,16 @@ a:hover {
text-transform:uppercase;
}

#menu div a {
color: #eee;
}

#menu div {
font-family: sans-serif;
color: #ddd;
margin: 1em;
}

#push, #footer {
height: 28px;
}
Expand Down Expand Up @@ -152,3 +162,5 @@ pre.shell {
-moz-opacity: 0.7;
margin-right: 1em;
}


6 changes: 1 addition & 5 deletions views/download.tt
@@ -1,13 +1,9 @@
<h2>Getting Dancer</h2>

<p>
<em>Dancer is still in development stage.</em>
</p>

<h3>Releases</h3>

<p>
Last release is <a href="/downloads/Dancer-0.9904.tar.gz">0.9904</a>, you can
Last stable release is <a href="/downloads/Dancer-1.100.tar.gz">1.100</a>, you can
also check out the <a href="http://search.cpan.org/dist/Dancer/">CPAN page</a>.
</p>

Expand Down

0 comments on commit 8197518

Please sign in to comment.