Skip to content

Commit

Permalink
uppercase types
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Jan 3, 2017
1 parent 53a235c commit 3d24496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="m-b-1">eol converter</h1>
</label>
<button type="submit" class="button scheme--dark">Convert line endings to</button>
<label class="inline-block m-b-2">
<select class="button scheme--light js-converter__method" aria-label="Convert to">
<select class="button scheme--light text--uppercase js-converter__method" aria-label="Convert to">
<option selected>lf</option>
<option>crlf</option>
<option>cr</option>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ h1, h2 { line-height: 1 }
height: 7.5em;
line-height: 1.1;
}

.text--uppercase {
text-transform: uppercase;
}

0 comments on commit 3d24496

Please sign in to comment.