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

Clean up markdown and api styles #145

Merged
merged 3 commits into from
Apr 8, 2017
Merged

Conversation

jelbourn
Copy link
Member

@jelbourn jelbourn commented Apr 8, 2017

Absorbs #81, uses new structure from angular/components#3985

  • Import the "Roboto Mono" font and use that for code
  • Replace "typography" styles with specific styles for markdown docs and api docs.
  • Add common "tables" styles used by both markdown and api docs.
  • Improve styles for @Input/@Output markers
  • Improve styles for method parameter and return types
  • Improve styles for method names
  • Other minor style tweaks (font size, spacing)

padding: 5px;
}

.docs-markdown-h2 {
Copy link
Member

@crisbeto crisbeto Apr 8, 2017

Choose a reason for hiding this comment

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

Unless you're planning on having other styles here, you can merge the .docs-markdown-h2 and .docs-markdown-h4 selectors.

* Import the "Roboto Mono" font and use that for code
* Replace "typography" styles with specific styles for markdown docs and api docs.
* Add common "tables" styles used by both markdown and api docs.
* Improve styles for @Input/@output markers
* Improve styles for method parameter and return types
* Improve styles for method names
* Other minor style tweaks (font size, spacing)
@googlebot googlebot added cla: no and removed cla: yes labels Apr 8, 2017
@jelbourn jelbourn merged commit c4ad0cc into angular:master Apr 8, 2017
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.

4 participants