Skip to content

Commit

Permalink
Fixed doc example.
Browse files Browse the repository at this point in the history
  • Loading branch information
podviaznikov committed Jul 28, 2011
1 parent 7ecf65d commit 9e05962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/selectors.md
@@ -1,4 +1,3 @@

## Selectors ## Selectors


### Indentation ### Indentation
Expand Down Expand Up @@ -98,7 +97,7 @@ yielding:
html.ie8 body #login, html.ie8 body #login,
html.ie7 body #login, html.ie7 body #login,
html.ie6 body #login { html.ie6 body #login {
border: 1px solid #eee; border: 2px solid #eee;
} }


### Disambiguation ### Disambiguation
Expand Down

0 comments on commit 9e05962

Please sign in to comment.