From 4e5c0f79438948fefd2a8ed8c30e5c6b01942a7b Mon Sep 17 00:00:00 2001 From: Craig Campbell Date: Sun, 29 Jul 2012 20:04:21 -0300 Subject: [PATCH 1/4] Add Gittip link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60a18f8a..08945ba2 100644 --- a/README.md +++ b/README.md @@ -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: From 8be5f96c5253966f54d1b1771b8e0685a365c78e Mon Sep 17 00:00:00 2001 From: Craig Campbell Date: Fri, 28 Sep 2012 22:37:08 -0400 Subject: [PATCH 2/4] Add .AppleDouble to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3362e4a3..cb493f97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc *.sw? -js/rainbow-custom.min.js \ No newline at end of file +js/rainbow-custom.min.js +.AppleDouble From ed9817ff627ab0cf455920185b9ea725c5e59bce Mon Sep 17 00:00:00 2001 From: Craig Campbell Date: Fri, 28 Sep 2012 22:37:19 -0400 Subject: [PATCH 3/4] Remove menlo from GitHub theme font list Appears as if they do not use this anymore on their site --- themes/github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/github.css b/themes/github.css index 85c03488..d9c0ab40 100644 --- a/themes/github.css +++ b/themes/github.css @@ -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; From 2c02bdf27c6fdf03ef31884be5c47cc85c9fc810 Mon Sep 17 00:00:00 2001 From: Craig Campbell Date: Fri, 28 Sep 2012 22:38:07 -0400 Subject: [PATCH 4/4] Increase version --- themes/github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/github.css b/themes/github.css index d9c0ab40..088f0657 100644 --- a/themes/github.css +++ b/themes/github.css @@ -2,7 +2,7 @@ * GitHub theme * * @author Craig Campbell - * @version 1.0.3 + * @version 1.0.4 */ pre { border: 1px solid #ccc;