mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Merge branch 'master' of github.com:hashicorp/nomad
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
document.addEventListener('turbolinks:load', function() {
|
||||
analytics.page()
|
||||
|
||||
|
||||
track('.downloads .download .details li a', function(el) {
|
||||
var m = el.href.match(/nomad_(.*?)_(.*?)_(.*?)\.zip/)
|
||||
return {
|
||||
event: 'Download',
|
||||
|
||||
@@ -25,15 +25,6 @@ h1 {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
// Avoid FOUT
|
||||
.wf-loading {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.wf-active, .wf-inactive {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@media (min-width: $screen-sm) and (max-width: $screen-md) {
|
||||
.container {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user