Skip to content

Instantly share code, notes, and snippets.

@nimbupani
Created June 19, 2010 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nimbupani/444699 to your computer and use it in GitHub Desktop.
Save nimbupani/444699 to your computer and use it in GitHub Desktop.
// CSS declared in for HTML5 elements http://www.whatwg.org/specs/web-apps/current-work/#bindings
button,
input,
meter, progress,
select,
textarea,
keygen,
{ display: inline-block; }
details { display: block; padding-left: 40px; } //padding-right: 40px if RTL
marquee { overflow: hidden; } // will always be ignored if set in user stylesheet
meter, progress { height: 1em; width: 5em; vertical-align: -0.2em; }
progress { width: 10em; }
select[multiple] { height: 4em; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment