From e4e73bddb3bd377d2398e7e9f9354661644f063f Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 6 May 2013 15:57:43 +0100 Subject: [PATCH 1/5] Fixed select closing tag --- site/_includes/docs_contents_mobile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/docs_contents_mobile.html b/site/_includes/docs_contents_mobile.html index ff09c5be..30446d4d 100644 --- a/site/_includes/docs_contents_mobile.html +++ b/site/_includes/docs_contents_mobile.html @@ -32,5 +32,5 @@ - From eacf7e948bfb5e8d9a2c16274c757c7cce94fc41 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 6 May 2013 16:07:45 +0100 Subject: [PATCH 2/5] Fixed typos --- site/_posts/2012-07-01-configuration.md | 2 +- site/_posts/2012-07-01-resources.md | 2 +- site/_posts/2012-07-01-troubleshooting.md | 2 +- site/_posts/2012-07-01-upgrading.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/_posts/2012-07-01-configuration.md b/site/_posts/2012-07-01-configuration.md index 800a9638..4c268835 100644 --- a/site/_posts/2012-07-01-configuration.md +++ b/site/_posts/2012-07-01-configuration.md @@ -16,7 +16,7 @@ in the terminal. ### Global Configuration The table below lists the available settings for Jekyll, and the various options (specifed in the configuration file) and options (specified in the configuration file) and flags (specified on the command-line) that control them.
diff --git a/site/_posts/2012-07-01-resources.md b/site/_posts/2012-07-01-resources.md index 12c7494d..775c4d03 100644 --- a/site/_posts/2012-07-01-resources.md +++ b/site/_posts/2012-07-01-resources.md @@ -41,6 +41,6 @@ Jekyll’s growing use is producing a wide variety of tutorials, frameworks, ext - [Jekyll Extensions -= Pain](http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/) - A way to [extend Jekyll](http://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](http://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reutilized and shared. + A way to [extend Jekyll](http://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](http://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared. - [Using your Rails layouts in Jekyll](http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll) diff --git a/site/_posts/2012-07-01-troubleshooting.md b/site/_posts/2012-07-01-troubleshooting.md index 9b3fc593..1002ca7e 100644 --- a/site/_posts/2012-07-01-troubleshooting.md +++ b/site/_posts/2012-07-01-troubleshooting.md @@ -11,7 +11,7 @@ If you ever run into problems installing or using Jekyll, here’s a few tips th If you encounter errors during gem installation, you may need to install the header files for compiling extension modules for ruby 1.9.1. This -can be done on Ubunutu or Debian by running: +can be done on Ubuntu or Debian by running: {% highlight bash %} sudo apt-get install ruby1.9.1-dev diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index 0c9004b5..b8288d84 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -38,7 +38,7 @@ Rather than passing individual flags via the command line, you can now pass an entire custom Jekyll config file. This helps to distinguish between environments, or lets you programmatically override user-specified defaults. Simply add the `--config` flag to the `jekyll` command, followed by the path -to one or more config files (comma-deliminated, no spaces). +to one or more config files (comma-delimited, no spaces). #### As a result, the following command line flags are now deprecated: From b61f81c64d2a066b8656a8c58d1ee083690e4182 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 6 May 2013 16:08:36 +0100 Subject: [PATCH 3/5] Removed duplicate css entry --- site/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index 7dad2f89..fad86199 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -447,7 +447,6 @@ body > footer a:hover img { padding: 8px 12px 10px; border-radius: 5px; /*border: 1px solid #333;*/ - background: #999; box-shadow: 0 1px 3px rgba(0,0,0,.3), inset 0 1px 1px rgba(255,255,255,.5); background: #777; } From 221c5250579fa6e3cb39f36d926cdc19e11607b5 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 6 May 2013 16:09:26 +0100 Subject: [PATCH 4/5] Fixed duplicate attribute in css --- site/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index fad86199..de86c706 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -250,7 +250,7 @@ body > footer a:hover img { margin: 0 20px; padding: 5px 0; border-radius: 5px 5px 0 0; - box-shadow: box-shadow: 0 3px 10px rgba(0,0,0,.5); + box-shadow: 0 3px 10px rgba(0,0,0,.5); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; From d34991ce3d001eabc638a914260ee899c221cd73 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 6 May 2013 16:10:29 +0100 Subject: [PATCH 5/5] Removed useless measure in css --- site/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index de86c706..3f5c3c64 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -701,7 +701,7 @@ code.option, code.flag, code.filter, code.output { margin-left: -30px; padding: 20px 20px 24px; padding-left: 50px; - border-radius: 0px 5px 5px 0px; + border-radius: 0 5px 5px 0; position: relative; box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3); background: #7e6d42;