Skip to content

Instantly share code, notes, and snippets.

@rubo77
Created June 28, 2014 05:50
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 rubo77/c993a18eefbe3af9a767 to your computer and use it in GitHub Desktop.
Save rubo77/c993a18eefbe3af9a767 to your computer and use it in GitHub Desktop.
This page doesn't contain any style elements and usually the text in form elements has about the same size like normal ktext, but uf you zoom system-wide in Ubuntu Unity, all form elements get doubled twice (see http://stackoverflow.com/questions/23783899/why-are-all-html-form-elements-huge-with-a-system-wide-font-scale-factor-2-0 )
<html>
<body>
<h1>header</h1>
<p>normal text</p>
<form>
<input value="input field">
<select><option>select option</select>
<input type=button value="button">
<input type=submit value="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment