diff --git a/app.psgi b/app.psgi index 8f1388c..c0bfe72 100644 --- a/app.psgi +++ b/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'; diff --git a/public/css/style.css b/public/css/style.css index 2a4b2f5..a88ee58 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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; } @@ -152,3 +162,5 @@ pre.shell { -moz-opacity: 0.7; margin-right: 1em; } + + diff --git a/views/download.tt b/views/download.tt index 62f0458..6ddf2df 100644 --- a/views/download.tt +++ b/views/download.tt @@ -1,13 +1,9 @@

Getting Dancer

-

-Dancer is still in development stage. -

-

Releases

-Last release is 0.9904, you can +Last stable release is 1.100, you can also check out the CPAN page.