Skip to content

Commit

Permalink
adjusted footer
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup committed Jul 18, 2009
1 parent 7f21595 commit ba4f869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
40 changes: 2 additions & 38 deletions app/views/layouts/application.html.erb
Expand Up @@ -33,43 +33,7 @@
<div id="page">
<div id="sidebar">
<ul id="sidebar-items">
<li>
<form id="search" action="http://www.google.com/search" method="get">
<input type="hidden" name="hl" value="en" />

<input type="text" id="search-text" name="q" value="" />
<input type="submit" value="Search" />
</form>
</li>

<li>
<h3>Start</h3>
<ul class="links">
<li><%= link_to "start", :action => :start %></li>
<li><a href="<%= url_for :action => :tutorial -%>">Tutorial</a></li>
<li><%= link_to "trash", :action => :trash %></li>
</ul>
</li>

<li>
<h3>Documentation</h3>
<ul class="links">
<li><a href="http://gp2xwiz.co.uk/wiki/">Wiz Wiki</a></li>
<li><a href="http://www.rubyonrails.org/">Ruby on Rails</a></li>
<li><a href="http://www.ruby-lang.org/">Ruby Language</a></li>
<li><a href="http://guides.rubyonrails.org/">Rails Guides</a></li>
</ul>
</li>

<li>
<h3>Collaborate</h3>
<ul class="links">
<li><a href="/communication">Community</a></li>
<li><a href="/wiki">Wiki</a></li>
</ul>
</li>


<%= render :partial => "sidebar" %>
</ul>
</div>

Expand All @@ -78,7 +42,7 @@
</div>


<div id="footer">&nbsp; <li><a href="http://geeq.at/">oneup</a></li></div>
<div id="footer">&nbsp; 2002 &copy; <a href="http://geeq.at/">oneup</a></div>
</div>
</body>
</html>
3 changes: 2 additions & 1 deletion public/stylesheets/application.css
Expand Up @@ -45,7 +45,8 @@ width: 175px;

#footer {
clear: both;

padding-top: 10px;
font-size: 50%;
}


Expand Down

0 comments on commit ba4f869

Please sign in to comment.