diff --git a/assets/css/docs.css b/assets/css/docs.css index 65d4e6f..f760a8e 100644 --- a/assets/css/docs.css +++ b/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; @@ -100,13 +107,6 @@ body { opacity: 1; } -.version { - margin-top: 15px; - text-align: center; - margin-bottom: 0; - color: #b983a6; -} - .docs-nav .docs-nav-item { display: block; padding: 20px 15px; @@ -157,6 +157,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/getting-started/index.html b/getting-started/index.html index 4caed14..a1148d9 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -188,6 +188,7 @@
If you haven't already, download the cource code for Ratchet.
Download Ratchet +Currently v2.0.0