Skip to content

Commit c4dc98e

Browse files
authored
Merge pull request neovim#137 from brycefisher/html-only
Install Now Button (Html only)
2 parents 8a1be29 + 04d9b55 commit c4dc98e

File tree

4 files changed

+11
-17
lines changed

4 files changed

+11
-17
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ rvm:
66
env:
77
global:
88
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
9+
script: bundle exec jekyll build --drafts
910
notifications:
1011
email: false

Rakefile

Lines changed: 0 additions & 17 deletions
This file was deleted.

css/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ pre {
165165
}
166166
}
167167

168+
.masthead .btn {
169+
margin-top: 0.5em;
170+
}
171+
@media (min-width: 568px) {
172+
.masthead .btn {
173+
font-size: 20px;
174+
}
175+
}
176+
168177
/*
169178
* Columns
170179
*

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<section class="masthead">
1111
<div class="container">
1212
<h1>literally the future of <a href="https://twitter.com/VimLinks/status/723437779376443392">vim</a></h1>
13+
<p><a href="https://github.com/neovim/neovim/wiki/Installing-Neovim" class="btn">Install Now</a></p>
1314
</div>
1415
</section>
1516

0 commit comments

Comments
 (0)