c2 icon indicating copy to clipboard operation
c2 copied to clipboard

hello-bars demo has doctype issues?

Open lynaghk opened this issue 12 years ago • 1 comments

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'.

lynaghk avatar Jan 07 '13 01:01 lynaghk

:+1:

adding the top line to public/index.html

<!doctype html>

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

trevor avatar Mar 08 '13 01:03 trevor