Skip to content

Commit eab080d

Browse files
committed
Merge branch 'dev' of github.com:olton/metroui into dev
2 parents 5fea5c8 + ecf7bfb commit eab080d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/components/select/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ The Select component provides an enhanced replacement for the standard HTML sele
7777
### Different Sizes
7878

7979
```html
80-
<select data-role="select" class="input-small">
80+
<select data-role="select" class="small">
8181
<!-- options -->
8282
</select>
8383

84-
<select data-role="select" class="input-medium">
84+
<select data-role="select" class="medium">
8585
<!-- options -->
8686
</select>
8787

88-
<select data-role="select" class="input-large">
88+
<select data-role="select" class="large">
8989
<!-- options -->
9090
</select>
9191
```

0 commit comments

Comments
 (0)