Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
QuBiT committed Aug 15, 2010
1 parent ecaf0d9 commit 0619b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/views/logged_exceptions/index.html.erb
Expand Up @@ -48,12 +48,12 @@
<%= render :partial => 'feed' %>
</div> <!-- right -->
<div id="left">
<div class="page" id="showpage"></div>
<div class="page" id="showpage" style="display:none;"></div>
<div class="page">
<%= render :partial => "exceptions" %>
</div>
</div>
<div id="activity">Busy...</div>
<div id="activity" style="display:none;">Busy...</div>
</div> <!-- container -->
<br style="clear:both" />
</body>
Expand Down
5 changes: 0 additions & 5 deletions public/stylesheets/exception_logger.css
Expand Up @@ -320,11 +320,6 @@ ul.tabs li.selected a
white-space: nowrap
}

#container #activity {
display:none;
}

#container #left #showpage {
display:none;
margin-bottom:1em;
}

0 comments on commit 0619b46

Please sign in to comment.