Skip to content

Instantly share code, notes, and snippets.

@gravis
Created April 9, 2014 08:00
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 gravis/10238690 to your computer and use it in GitHub Desktop.
Save gravis/10238690 to your computer and use it in GitHub Desktop.
/* Fields */
input[type='text'], input[type='password'], textarea { font-size: 13px; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; }
input[type="text"], textarea, select { padding: 2px; }
input[type="text"]:focus, textarea:focus, select:focus { }
option { }
input#issue_subject { font-size: 200%; width: 90%; }
input#issue_subject, #project_description { width: 92.5%; }
textarea#issue_description { width: 93%;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment