mirror of https://github.com/crossplane/docs.git
commit
ad6920de0d
|
@ -31,7 +31,7 @@
|
||||||
<div class="versions{% if currentVersion == latestVersion %} latest{% endif %}">
|
<div class="versions{% if currentVersion == latestVersion %} latest{% endif %}">
|
||||||
<select onchange="window.location.href = this.value">
|
<select onchange="window.location.href = this.value">
|
||||||
{% for ver in site.data.versions %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
@import "minima";
|
@import "minima";
|
||||||
@import "vars";
|
@import "vars";
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -79,7 +83,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Avenir-Roman;
|
font-family: monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #3bbdc4;
|
color: #3bbdc4;
|
||||||
background-color: #f3f5fa;
|
background-color: #f3f5fa;
|
||||||
|
|
Loading…
Reference in New Issue