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

hello-bars demo has doctype issues? #30

Open
lynaghk opened this issue Jan 7, 2013 · 1 comment
Open

hello-bars demo has doctype issues? #30

lynaghk opened this issue Jan 7, 2013 · 1 comment

Comments

@lynaghk
Copy link
Owner

lynaghk commented Jan 7, 2013

Reported via an email:

I would like to point out that I've just run the 'c2-demos/hello-bars' you published on your github page and the bar visualization (sizing) fails if you add a doctype declaration

<!DOCTYPE html> 

or

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

to the html file 'hello-bars/public/index.html'.

@trevor
Copy link

trevor commented Mar 8, 2013

👍

adding the top line to public/index.html

<!doctype html>

causes the bars to expand to maximum width and lose some styling.

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

2 participants