Skip to content

Fixes #1: Sidebar Style Inconsistent#11

Open
tbduong wants to merge 4 commits intosf-wdi-30:masterfrom
tbduong:fix_sidebar_style
Open

Fixes #1: Sidebar Style Inconsistent#11
tbduong wants to merge 4 commits intosf-wdi-30:masterfrom
tbduong:fix_sidebar_style

Conversation

@tbduong
Copy link
Copy Markdown

@tbduong tbduong commented Sep 2, 2016

Issue #1: Sidebar style inconsistencies found within archives_sidebar/content view:

  • Sidebar title for "Archive" inconsistent with other titles within sidebar (incorrect font family ) --- corrected to monospace.
  • Sidebar list bullets inconsistent style --- corrected to all be circles.

Found that class names were entered incorrectly (e.g: "sidebar_title" should be "sidebar-title"). Issue resolved and classes renamed correctly. Sidebar Style corrected.

@tbduong
Copy link
Copy Markdown
Author

tbduong commented Sep 2, 2016

-Condense style changes: sidebar Archive and List style fixes changes occur in user-style.css.

}

.sidebar_title {
font-family: monospace;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR introduces redundant CSS rules for styling the sidebar. Can we use existing rules?

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.

3 participants