Skip to content

Commit

Permalink
Minor cosmetic improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 7, 2014
1 parent b8d2ae9 commit e12ad85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

<title>Some VIVO Things</title>

<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>

</head>

<body>
Expand Down Expand Up @@ -57,7 +65,7 @@ <h1>Some VIVO Things</h1>
<div class="col-md-4">
<h2>Data In</h2>
<p>We're creating a variety of easy to use tools to load data
into VIVO, self-edit data, and inspect data in VIVO. The VIVO Triple Inspector
into VIVO, improved self-edit of data, and inspect data in VIVO. The VIVO Triple Inspector
shows <em>exactly</em> what VIVO stores for each entity.</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div>
Expand Down

0 comments on commit e12ad85

Please sign in to comment.