From 67594cb544e5b4b206558802318af4dbe77de1e0 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sat, 18 Jan 2014 22:58:05 +0100 Subject: Fix holder.js links in examples Replaces links to holder.js with links to the new docs.min.js. The uncompressed holder.js file is now in docs/assets/js/vendor, which is excluded from Jekyll builds. In turn, Holder is now included in docs.min.js, which is smaller than holder.js, so this should make everybody happy. :) --- docs/examples/cover/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/cover') diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 2bef11385..094afdf13 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -70,6 +70,6 @@ - + -- cgit v1.2.3 From cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 19 Jan 2014 13:27:17 +0100 Subject: Improve tags --- docs/examples/cover/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/cover') diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 094afdf13..0018ded64 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -3,7 +3,7 @@ - + -- cgit v1.2.3 From 8939268a33957c3a8599881f6312ccbe00b5c5dd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 30 Jan 2014 19:55:11 +0200 Subject: Update jQuery to v1.11.0. Also, use Google's CDN per #11369. --- docs/examples/cover/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/cover') diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 0018ded64..b8ea5ae0f 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -68,7 +68,7 @@ - + -- cgit v1.2.3 From 9f668a557336f271f3c1bf701cc6a472e59aeedf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 31 Jan 2014 14:20:33 +0200 Subject: Add examples/**/*.css in csscomb task. --- docs/examples/cover/cover.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/cover') diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index bac1b08c9..fb478ed09 100644 --- a/docs/examples/cover/cover.css +++ b/docs/examples/cover/cover.css @@ -48,8 +48,8 @@ body { vertical-align: top; } .cover-container { - margin-left: auto; margin-right: auto; + margin-left: auto; } /* Padding for spacing */ @@ -73,8 +73,8 @@ body { margin-left: 20px; } .masthead-nav > li > a { - padding-left: 0; padding-right: 0; + padding-left: 0; font-size: 16px; font-weight: bold; color: #fff; /* IE8 proofing */ -- cgit v1.2.3