Fix en-passant for Wildebeest, draft Benedict variant
[vchess.git] / client / src / views / Rules.vue
index 00202e6..015df7b 100644 (file)
@@ -24,6 +24,8 @@ main
           @click="gotoAnalyze()"
         )
           | {{ st.tr["Analyse"] }}
+  .row
+    .col-sm-12.col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3
       div(
         v-show="display=='rules'"
         v-html="content"
@@ -69,7 +71,7 @@ export default {
   },
   computed: {
     showAnalyzeBtn: function() {
-      return (this.display=='rules' && (!window.V || V.CanAnalyse));
+      return (this.display=='rules' && (!window.V || V.CanAnalyze));
     },
     content: function() {
       if (!this.gameInfo.vname) return ""; //variant not set yet