Skip to content

Commit

Permalink
make the page wider, remove the Powered by Dancer from the bottom, we…
Browse files Browse the repository at this point in the history
… have it in the about page
  • Loading branch information
szabgab committed Mar 6, 2011
1 parent 3d939d8 commit 809e055
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions public/css/style.css
Expand Up @@ -34,10 +34,10 @@ text-decoration: none;

#page {
background-color: #ddd;
width: 750px;
width: 950px;
margin: 0;
margin-left: auto;
padding-left: 100px;
padding-left: 50px;
margin-right: auto;
}

Expand All @@ -46,7 +46,7 @@ background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
width: 500px;
width: 700px;
}

#sidebar {
Expand Down
2 changes: 1 addition & 1 deletion views/about.tt
Expand Up @@ -13,7 +13,7 @@ See <a href="/what">what</a> is the Perl Ecosystem Group about,
<h2>Technical</h2>
<p>
The web site of the Perl Ecosystem Group is built using <a href="http://perldancer.org/">Perl Dancer</a> framework.
It source code can be found on <a href="https://github.com/szabgab/peg">Github</a>.
The source code can be found on <a href="https://github.com/szabgab/peg">Github</a>.
</p>

</div>
4 changes: 0 additions & 4 deletions views/layouts/main.tt
Expand Up @@ -49,10 +49,6 @@

</div> <!-- page -->

<div id="footer">
Powered by <a href="http://perldancer.org/">Dancer</a>
</div>

<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down

0 comments on commit 809e055

Please sign in to comment.