Skip to content

Commit

Permalink
remove some left-over html
Browse files Browse the repository at this point in the history
it was there when this was converted from an HTML page
  • Loading branch information
notslang committed Sep 17, 2014
1 parent bcccb60 commit b44795f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nib's gradient support is by far the largest feature it provides. Not only is th

```stylus
body
background linear-gradient(top, white, black)</code></pre>
background linear-gradient(top, white, black)
```

```css
Expand Down Expand Up @@ -33,7 +33,7 @@ Units may be placed before or after the color:
```stylus
body
background linear-gradient(left, 80% red, #000)
background linear-gradient(top, #eee, 90% white, 10% black)</code></pre>
background linear-gradient(top, #eee, 90% white, 10% black)
```

![](http://f.cl.ly/items/2B1U3m0t2T1B420I3C3I/Screenshot.png)
Expand Down Expand Up @@ -112,7 +112,7 @@ button
border-radius 5px
button
border-radius bottom 10px`</pre>
border-radius bottom 10px
```

```css
Expand Down

0 comments on commit b44795f

Please sign in to comment.