Skip to content

Commit

Permalink
Fix all links not having 'pointer' cursor on hover, and troubleshooti…
Browse files Browse the repository at this point in the history
…ng page button formatting
  • Loading branch information
drojf committed May 30, 2019
1 parent 317e45d commit 3366fae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion httpGUI/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ a {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
cursor: poitner;
cursor: pointer;
}
.image-bg a,
.bg-primary a {
Expand Down
11 changes: 8 additions & 3 deletions httpGUI/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,14 @@ <h5 class="uppercase mb0">Tsumihoroboshi</h5>
</div>
</div>
<div class="col-md-4 col-sm-6 masonry-item project button-tabs" data-filter="Answer Arcs">
<div class="image-tile inner-title hover-reveal text-center tab-title">
<a href="troubleshooting.html"><span><h3>Troubleshooting</h3></span></a>
</div>
<a href="troubleshooting.html">
<div class="image-tile inner-title hover-reveal text-center tab-title" style="width:360px; height:160px">
<h3>Troubleshooting</h3>
<div class="title">
<h5 class="uppercase mb0">Troubleshooting</h5>
</div>
</div>
</a>
</div>
</div>

Expand Down

0 comments on commit 3366fae

Please sign in to comment.