-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed #2 #41
base: master
Are you sure you want to change the base?
Fixed #2 #41
Conversation
@@ -34,3 +34,7 @@ | |||
display: inline-block; | |||
} | |||
} | |||
|
|||
h3.sidebar_title { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this css style relevant to issue #2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not, didn't see that I changed that in Master my bad.
@@ -1,11 +1,11 @@ | |||
<% unless sidebar.archives.blank? %> | |||
<h3 class="sidebar_title"><%= sidebar.title %></h3> | |||
<div class="sidebar_body"> | |||
<ul id="archives"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure this is an unused ID?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,11 +1,11 @@ | |||
<% unless sidebar.archives.blank? %> | |||
<h3 class="sidebar_title"><%= sidebar.title %></h3> | |||
<div class="sidebar_body"> | |||
<ul id="archives"> | |||
<div class="sidebar-body"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does changing the class here really help display the right months?
Fixes #2, it now shows the correct month and the top month doesn't return "No post found" anymore.