Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor UI issues #7

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions input/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ NoGutter: true
Just a few classes, so easily embeddable in your own code, or a very small assembly to ship with your code.<br/>
The code is highly portable, which in general makes it easy to adapt for new platforms.</i>
</p>
<p>
<a class="btn btn-primary btn-lg" href="/docs/quickstart" role="button">Quickstart &raquo;</a>
</p>
phamduylong marked this conversation as resolved.
Show resolved Hide resolved
<form action="/docs/quickstart">
<button class="btn btn-primary btn-lg" type="submit">Quickstart &raquo;</button>
</form>
</div>
</div>

<div class="container">
<div class="row">
<div>
<h2>Blog posts</h2>
<div class="col-xs-12 col-sm-6">
@foreach(IDocument doc in Documents[Docs.BlogPosts].Take(10))
Expand Down