Skip to content

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
af.olivares10 authored and af.olivares10 committed Apr 6, 2017
1 parent da0b81c commit 4554556
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,25 @@
</dl>
</div>
</div>
<div class ="thumb col-md-4 bordeAzul " >
<div class ="thumb col-md-4 " >
<style>
table {
border-collapse: collapse;
width: 100%;
}

th, td {
text-align: left;
padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
background-color: #4CAF50;
color: white;
}
</style>
<table class="table table-hover ">
<thead>
<tr>
Expand Down

0 comments on commit 4554556

Please sign in to comment.