Skip to content

Commit

Permalink
tweaked CSS image shading.
Browse files Browse the repository at this point in the history
  • Loading branch information
leebaird committed Jul 14, 2016
1 parent 24666ee commit b119aaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions report/css/styles.css
Expand Up @@ -45,8 +45,6 @@ body.white-page {
img {
height auto;
max-width: 90%;
margin: auto;
box-shadow: 10px 10px 5px #888888;
}

.vertical-center {
Expand Down
8 changes: 8 additions & 0 deletions report/index.htm
Expand Up @@ -93,6 +93,14 @@
<div class="container">
<!-- Container to center contents -->
<div class="vertical-center">
<style>
img {
height auto;
max-width: 90%;
margin: auto;
box-shadow: 10px 10px 5px #888888;
}
</style>
<img src="images/logo.png" height="50%">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion report/pages/maps.htm
Expand Up @@ -107,6 +107,6 @@
</div>
</div>

<br><br>
</body>
</html>

0 comments on commit b119aaa

Please sign in to comment.