Merge pull request #2 from thephred/quick-fixes

Some quick fixes
This commit is contained in:
Michael Goff 2018-12-04 07:49:45 -08:00 committed by GitHub
commit ad6920de0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<div class="versions{% if currentVersion == latestVersion %} latest{% endif %}">
<select onchange="window.location.href = this.value">
{% for ver in site.data.versions %}
<option {% if ver.version == currentVersion %}selected{% endif %} value="{{ver.path}}">Crossplane {% if ver.version != "master" %}v{% endif %}{{ ver.version }}</option>
<option {% if ver.version == currentVersion %}selected{% endif %} value="{{ver.path}}">Crossplane {{ ver.version }}</option>
{% endfor %}
</select>
</div>

View File

@ -4,6 +4,10 @@
@import "minima";
@import "vars";
body {
font-size: 14px;
}
a:hover {
text-decoration: none;
}
@ -79,7 +83,7 @@ p {
}
code {
font-family: Avenir-Roman;
font-family: monospace;
font-size: 14px;
color: #3bbdc4;
background-color: #f3f5fa;