From 5abcd4e97f7ae41423ca9aec5fc37bc14219547e Mon Sep 17 00:00:00 2001
From: rockjam <5min4eq.unity@gmail.com>
Date: Sun, 31 Jan 2016 02:19:04 +0300
Subject: [PATCH] Fix #196: Add the Scala.js version on the front page.
---
_assets/css/style.scss | 6 ++++++
index.html | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/_assets/css/style.scss b/_assets/css/style.scss
index 5ebd1f1b..5dd50147 100644
--- a/_assets/css/style.scss
+++ b/_assets/css/style.scss
@@ -709,3 +709,9 @@ a[name]:before {
padding-left: 8px;
padding-right: 8px;
}
+
+.version {
+ opacity: 0.7;
+ margin-top: 10px;
+ margin-bottom: 10px !important;
+}
diff --git a/index.html b/index.html
index add6705b..1a9df699 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,9 @@