Skip to content

Commit 761397a

Browse files
committed
correct sidebar title to monospace
ul archive list style to circle fix_sidebar_style redundant CSS resolved, corrected class names in archives_sidebar view
1 parent 91c5ec4 commit 761397a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/archives_sidebar/app/views/archives_sidebar/_content.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% unless sidebar.archives.blank? %>
2-
<h3 class="sidebar_title"><%= sidebar.title %></h3>
3-
<div class="sidebar_body">
2+
<h3 class="sidebar-title"><%= sidebar.title %></h3>
3+
<div class="sidebar-body">
44
<ul id="archives">
55
<% sidebar.archives.each do |month| %>
66
<% counter = sidebar.show_count ? "<em>(#{month[:article_count]})</em>" : "" %>

0 commit comments

Comments
 (0)