Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ccampbell/rainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccampbell committed Oct 20, 2012
2 parents f061118 + 2c02bdf commit 8dc10e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
*.pyc
*.sw?
js/rainbow-custom.min.js
js/rainbow-custom.min.js
.AppleDouble
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ It was designed to be lightweight (1.4kb), easy to use, and extendable.

It is completely themable via CSS.

If you would like to donate to help support Rainbow development use [Gittip](https://www.gittip.com/ccampbell).

## Quick Start

1. Include some markup for code you want to be highlighted:
Expand Down
4 changes: 2 additions & 2 deletions themes/github.css
Expand Up @@ -2,7 +2,7 @@
* GitHub theme
*
* @author Craig Campbell
* @version 1.0.3
* @version 1.0.4
*/
pre {
border: 1px solid #ccc;
Expand All @@ -29,7 +29,7 @@ pre code {
}

pre, code {
font-family: Consolas, Menlo, 'Liberation Mono', Courier, monospace;
font-family: Consolas, 'Liberation Mono', Courier, monospace;
color: #333;
background: #f8f8f8;
-moz-border-radius: 3px;
Expand Down

0 comments on commit 8dc10e1

Please sign in to comment.