Skip to content

Commit

Permalink
fixes sf-wdi-25#1, inconsistent sidebar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanallen committed Feb 2, 2016
1 parent b4d110e commit d2406e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% unless sidebar.archives.blank? %>
<h3 class="sidebar_title"><%= sidebar.title %></h3>
<div class="sidebar_body">
<h3 class="sidebar-title"><%= sidebar.title %></h3>
<div class="sidebar-body">
<ul id="archives">
<% sidebar.archives.each do |month| %>
<% counter = sidebar.show_count ? "<em>(#{month[:article_count]})</em>" : "" %>
Expand Down

0 comments on commit d2406e4

Please sign in to comment.