Skip to content

Commit

Permalink
finally removed sidebar and changed size of download-button
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lihm committed Mar 7, 2012
1 parent 064b326 commit de236fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
16 changes: 0 additions & 16 deletions app/views/package/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@

<!-- Main Content -->

<!-- Sidebar -->
<div id="pkg-aside" class="pkg-aside grid_3 omega" style="display: none;">
<ul>
<li><%# = image_tag @screenshot_thumb %></li>
<% unless @appcategories.blank? %>
<li>
<strong><%= @appcategories.size > 1 ? _("Categories") : _("Category") %></strong>
</li>
<% @appcategories.each do |cat| -%>
<li><%= link_to cat, "#" %></li>
<% end -%>
<% end -%>
</ul>
</div>
<!-- End Sidebar -->

<!-- Main Column -->
<div id="pkg-content" class="grid_10 prefix_1 suffix_1">

Expand Down
3 changes: 2 additions & 1 deletion public/stylesheets/software.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ body {
-webkit-box-shadow: 0 1px 2px #999;

padding: 10px;
width: 280px;
/* width: 280px;*/
width: 300px;

}
#one-click-button strong,
Expand Down

0 comments on commit de236fe

Please sign in to comment.