Skip to content

Commit

Permalink
Improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Sep 5, 2017
1 parent 1765de0 commit ebe0feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions blog/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ h6, .h6 {
}

/* Nav links */
.blog-nav {

}
.blog-nav-item {
position: relative;
display: inline-block;
Expand All @@ -70,7 +68,6 @@ h6, .h6 {
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid;
Expand Down
4 changes: 2 additions & 2 deletions info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1>Some VIVO Info Things</h1>
<div class="col-sm-6 col-md-3">
<a href="images/triple_inspector_request.PNG" class="thumbnail">
<img src="images/triple_inspector_request.PNG"
style="{ min-height:100px; height:100px; }"
style="min-height:100px; height:100px;"
alt="Inspector Form">
</a>
<div class="caption">
Expand All @@ -168,7 +168,7 @@ <h4>Request</h4>
<div class="col-sm-6 col-md-3">
<a href="images/triple_inspector_results.PNG" class="thumbnail">
<img src="images/triple_inspector_results.PNG"
style="{ min-height:100px; height:100px; }"
style="min-height:100px; height:100px;"
alt="Inspector Results">
</a>
<div class="caption">
Expand Down

0 comments on commit ebe0feb

Please sign in to comment.