Fix: table header vertical-align

This commit is contained in:
2018-12-17 08:20:32 +09:00
parent 40e8c8fe61
commit 39d602f966
+5 -5
View File
@@ -203,11 +203,11 @@
<table class="table text-center"> <table class="table text-center">
<thead class="thead-light"> <thead class="thead-light">
<tr> <tr>
<th scope="col">#</th> <th class="align-middle" scope="col">#</th>
<th scope="col">IE (MS)</th> <th class="align-middle" scope="col">IE (MS)</th>
<th scope="col">Edge (MS)</th> <th class="align-middle" scope="col">Edge (MS)</th>
<th scope="col">Chrome (구글)</th> <th class="align-middle" scope="col">Chrome (구글)</th>
<th scope="col">Firefox, Safari, ...</th> <th class="align-middle" scope="col">Firefox, Safari, ...</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>