Merge branch 'release/v8.09'
This commit is contained in:
@@ -284,7 +284,14 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<li id="advanced-instroke">
|
<li id="advanced-instroke">
|
||||||
<a href="/rowers/workout/{{ workout.id }}/instroke">
|
<a href="/rowers/workout/{{ workout.id }}/instroke">
|
||||||
<i class="fas fa-search-plus fa-fw"></i> In-Stroke Metrics</a></li>
|
<i class="fas fa-search-plus fa-fw"></i> In-Stroke Metrics
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li id="advanced-recalcsummary">
|
||||||
|
<a href="/rowers/workout/{{ workout.id }}/recalcsummary">
|
||||||
|
<i class="fas fa-window-restore fa-fw"></i> Update Summary
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
color: white;
|
||||||
font: 1.2em Helvetica, arial, sans-serif;
|
font: 1.2em Helvetica, arial, sans-serif;
|
||||||
|
margin 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
{% block og_image %}
|
{% block og_image %}
|
||||||
<meta property="og:image" content="https://rowsandall.com/static/img/logo_r.png" />
|
<meta property="og:image" content="https://rowsandall.com/static/img/logo_r.png" />
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
{% block og_image %}
|
{% block og_image %}
|
||||||
<meta property="og:image" content="https://rowsandall.com/static/img/logo_r.png" />
|
<meta property="og:image" content="https://rowsandall.com/static/img/logo_r.png" />
|
||||||
@@ -128,16 +128,14 @@
|
|||||||
<style>
|
<style>
|
||||||
.splash {
|
.splash {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
background-repeat: no-repeat;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 759px;
|
background-position: center;
|
||||||
min-width: 1024px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: auto;
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@@ -288,8 +286,6 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<p>Follow us on
|
<p>Follow us on
|
||||||
<a href="https://twitter.com/rowsandall">
|
<a href="https://twitter.com/rowsandall">
|
||||||
@@ -368,6 +364,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
{% analytical_body_bottom %}
|
{% analytical_body_bottom %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user