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

Render of h4 headers is not correct in notebook (error in renderedhtml.css) #3110

Closed
alexmarco opened this issue Mar 29, 2013 · 3 comments
Closed
Milestone

Comments

@alexmarco
Copy link

Error in margin when render a Marckdown cell with #### Text (h4 only). Exists a mistake in renderedhtml.css, line 10:
- .rendered_html h4 {font-size: 100% margin: 0.95em 0; font-weight: bold;}
+ .rendered_html h4 {font-size: 100%; margin: 0.95em 0; font-weight: bold;}

note ;

@Carreau
Copy link
Member

Carreau commented Mar 29, 2013

I think it was fixed on master some time ago. And punctuation mistake in
css shouldn't happen anymore since we compile css from less. We could still
check on 0.13.x.
Le 29 mars 2013 12:55, "alexmarco" notifications@github.com a écrit :

Error in margin when render a Marckdown cell with #### Text (h4 only).
Exists a mistake in renderedhtml.css, line 10:

  • .rendered_html h4 {font-size: 100% margin: 0.95em 0; font-weight: bold;}
  • .rendered_html h4 {font-size: 100%; margin: 0.95em 0; font-weight:
    bold;}

note ;


Reply to this email directly or view it on GitHubhttps://github.com//issues/3110
.

@juliantaylor
Copy link
Contributor

it applies to 0.13.x

@minrk
Copy link
Member

minrk commented Mar 29, 2013

The relevant PR was #2224, which has now been backported.

@minrk minrk closed this as completed Mar 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants