Merge branch 'release/v9.99'
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
color: #000;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -161,6 +162,18 @@
|
||||
font: 400 14px/1.2 "Lato", sans-serif;
|
||||
}
|
||||
|
||||
@media only screen and (max-device-height: 400px) {
|
||||
.register, h1, .register p {
|
||||
font: 400 12px/1.0 "Lato", sans-serif;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.caption div.border {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
body, html {
|
||||
font: 400 14px/1.2 "Lato", sans-serif;
|
||||
}
|
||||
@@ -209,7 +222,7 @@
|
||||
|
||||
|
||||
<div style="color: #000;background-color:white;text-align:center;padding:50px 80px;text-align: justify;">
|
||||
<h3 style="text-align:center; max-width:100%;">Free Data and Analysis. For Rowers. By Rowers.</h3>
|
||||
<!-- <h3 style="text-align:center; max-width:100%;">Free Data and Analysis. For Rowers. By Rowers.</h3> -->
|
||||
<p style="text-align: center;">
|
||||
The best way to improve racing performance is to assess where you are,
|
||||
set objectives, make a plan, track progress, and adjust based on the results you are getting.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "newbasefront.html" %}
|
||||
{% extends "newbase.html" %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
{% endif %}
|
||||
|
||||
<ul class="main-content">
|
||||
<li class="grid_2 frontitem">
|
||||
<h1>Login</h1>
|
||||
<li class="grid_4">
|
||||
<form method="post" action="{% url 'login' %}">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
|
||||
@@ -97,6 +97,10 @@
|
||||
/* color: #dddddd; */
|
||||
}
|
||||
|
||||
aside {
|
||||
color: #f8f8ff;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
aside ul label,
|
||||
aside ul a {
|
||||
|
||||
@@ -307,7 +307,6 @@
|
||||
|
||||
<aside class="side">
|
||||
{% block sidebar %}
|
||||
Related links
|
||||
{% endblock %}
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user