From 14b6a215c31db6115cf5959ac52c985501e89034 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Dec 2015 01:44:31 -0800 Subject: [PATCH 1/4] Checkin v4 notice links; CSS still needed --- docs/_layouts/default.html | 1 + docs/_layouts/home.html | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index f090bb100..c8c5fb283 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -6,6 +6,7 @@
Skip to main content
+ Aww yeah, Bootstrap 4 is coming! {% include nav/main.html %} diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 15a78adee..267afd854 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -6,6 +6,7 @@
Skip to main content
+ Aww yeah, Bootstrap 4 is coming! {% include nav/main.html %} From 2535f18157bc8829845e17d47781054e52e761ed Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Dec 2015 01:47:28 -0800 Subject: [PATCH 2/4] _config.yml: Add site.themes variable --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 89417edef..8f0dc8577 100644 --- a/_config.yml +++ b/_config.yml @@ -25,6 +25,7 @@ download: blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com +themes: http://themes.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes From 0f67b5e3d3fa969bdd5ec1f431e969a60c1dcd72 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Dec 2015 01:47:59 -0800 Subject: [PATCH 3/4] Checkin "Themes" link in navbar --- docs/_includes/nav/main.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html index 01f7fac06..02230e026 100644 --- a/docs/_includes/nav/main.html +++ b/docs/_includes/nav/main.html @@ -28,6 +28,7 @@ From 46a294f683bb72cbc7df2a8e2080b7fc2842777a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Dec 2015 01:50:31 -0800 Subject: [PATCH 4/4] Checkin .v4-tease styles [skip sauce] --- docs/assets/css/src/docs.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index c0c2452b0..2ffc06686 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1607,3 +1607,18 @@ h1[id] { -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6); box-shadow: 0 0 8px rgba(82,168,236,.6); } + +/* v4 notice above main navbar */ +.v4-tease { + display: block; + padding: 15px 20px; + font-weight: bold; + color: #fff; + text-align: center; + background-color: #0275d8; +} +.v4-tease:hover { + color: #fff; + text-decoration: none; + background-color: #0269c2; +}