diff --git a/docs/_includes/download-module.html b/docs/_includes/download-module.html index 318855f..a6f4d80 100644 --- a/docs/_includes/download-module.html +++ b/docs/_includes/download-module.html @@ -2,5 +2,5 @@
If you haven't already, download the source code for Ratchet.
Download Ratchet -Currently v2.0.0
+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 6014f17..f960dbd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -56,6 +56,11 @@ body { -moz-animation-duration: 2s; animation-duration: 2s; } +.docs-header .version { + margin-top: 15px; + color: rgba(255, 255, 255, 0.5); + text-align: center; +} .docs-masthead { position: relative; @@ -300,6 +305,13 @@ body { font-weight: 300; } +.version { + margin-top: 10px; + margin-bottom: 0; + color: #777; + font-size: 90%; +} + .docs-footer { border-top: 1px solid #ddd; margin-top: 50px; diff --git a/docs/dist/template.html b/docs/dist/template.html index 6416b7c..9577105 100644 --- a/docs/dist/template.html +++ b/docs/dist/template.html @@ -52,7 +52,7 @@