mirror of https://github.com/crossplane/docs.git
commit
ad6920de0d
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue