Skip to content

Instantly share code, notes, and snippets.

@asanger
Created September 12, 2012 15:26
Show Gist options
  • Save asanger/3707410 to your computer and use it in GitHub Desktop.
Save asanger/3707410 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.select-list {
width:130px;
}
.select-list > option {
font-size:large;
height:26px;
}
<!-- content to be placed inside <body>…</body> -->
<select size="10" class="select-list">
<option value="test1">Test1</option>
<option value="test2">Test2</option>
<option value="test3">Test3</option>
<option value="test4">Test4</option>
</select>
{"view":"split-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment