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 @@

Download Ratchet

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 @@
  • - + Ratchet on Github
  • @@ -62,7 +62,7 @@
  • - + Ratchet on Twitter
  • @@ -71,4 +71,4 @@ - \ No newline at end of file + diff --git a/docs/index.html b/docs/index.html index e637f87..cd90959 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ title: Ratchet

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

    Download Ratchet -

    Currently v2.0.0

    +

    Currently v2.0.0

    {% include ad.html %} diff --git a/sass/docs.scss b/sass/docs.scss index 256168a..e92fcc0 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -54,6 +54,11 @@ body { @include animation-name(fadeintext); @include animation-duration(2s); } + .version { + margin-top: 15px; + color: rgba(255,255,255,.5); + text-align: center; + } } // Masthead @@ -286,6 +291,12 @@ body { .docs-module-title { font-weight: 300; } +.version { + margin-top: 10px; + margin-bottom: 0; + color: #777; + font-size: 90%; +} // Footer