Skip to content
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

fixes #1 sidebar styles #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mehgellan
Copy link

@mehgellan mehgellan commented Sep 2, 2016

Fix #1
I fixed the bug in the file _content.html.erb by renaming the h3 class from 'sidebar_title' to 'sidebar-title' to match an existing class with monospace font in the user-styles.css, and renaming the div class from 'sidebar_body' to 'sidebar-body' to match existing class with circle bullet style
Change from :
`

` To : `

`

@mehgellan
Copy link
Author

Fix irrelevant file changes--change sidebar classes to match existing classes

@melicarls
Copy link

melicarls commented Sep 2, 2016

Solution looks good. In the original comment, please add more detail about the specific code changes that fixed the issue.

@nathanallen
Copy link

nathanallen commented Sep 2, 2016

Fixes #1 <-- please use this syntax (see https://help.github.com/articles/closing-issues-via-commit-messages/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent Sidebar Styles
3 participants