diff --git a/docs/_includes/download-module.html b/docs/_includes/download-module.html index 1c50abf..a6f4d80 100644 --- a/docs/_includes/download-module.html +++ b/docs/_includes/download-module.html @@ -2,4 +2,5 @@

Download Ratchet

If you haven't already, download the source code for Ratchet.

Download Ratchet +

Currently v2.0.0

\ No newline at end of file diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index e2b1564..363a41d 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -76,6 +76,13 @@ body { transform: translateX(-50%); } +.version { + margin-top: 15px; + text-align: center; + margin-bottom: 0; + color: #777; +} + .docs-nav .docs-nav-trigger { color: #fff; cursor: pointer; @@ -149,6 +156,9 @@ body { -moz-transition: all 0.2s linear; transition: all 0.2s linear; } +.docs-header-content .version { + color: #b983a6; +} .docs-header-content .btn:hover { background-color: #fff; -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.3); diff --git a/docs/index.html b/docs/index.html index 8c4c42a..cd90959 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,6 +8,7 @@ title: Ratchet

Build mobile apps with simple HTML‚ CSS‚ and JS components.

Download Ratchet +

Currently v2.0.0

{% include ad.html %}