Skip to content

Commit

Permalink
docs: fix typo (#26776)
Browse files Browse the repository at this point in the history
PR Close #26776
  • Loading branch information
jiangying000 authored and matsko committed Oct 30, 2018
1 parent e7eec2e commit 45d3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/examples/toh-pt0/src/styles.1.css
Expand Up @@ -12,7 +12,7 @@ h2, h3 {
body {
margin: 2em;
}
body, input[text], button {
body, input[type="text"], button {
color: #888;
font-family: Cambria, Georgia;
}
Expand Down

0 comments on commit 45d3c80

Please sign in to comment.