Skip to content

Commit

Permalink
fix inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
devrieda committed Jan 11, 2013
1 parent 2e3b740 commit 2001485
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -4,14 +4,15 @@ While browser default buttons are perfectly fine in many instances, there are
times you want to give your buttons a little more class. Styling buttons to
behave predictably in all browsers is rather tricky.

This project contains XHTML/CSS to change the visual style of both the <button>
and <a> tag using a *button* class. It aims to use semantically correct markup and
maintain the various button states (in supported browsers).
This project contains XHTML/CSS to change the visual style of both the
`<button>` and `<a>` tag using a *button* class. It aims to use semantically
correct markup and maintain the various button states (in supported browsers).


## Examples

There are two different button examples -- a round button, and a more rectangular button.
There are two different button examples -- a round button, and a more
rectangular button.

Tested in IE6, IE7, IE8, Safari, Firefox, and Chrome.

Expand Down

0 comments on commit 2001485

Please sign in to comment.