Skip to content

Commit

Permalink
fixing alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnEmortalKid committed Dec 27, 2015
1 parent afdcff8 commit fa9e083
Show file tree
Hide file tree
Showing 2 changed files with 1,048 additions and 10 deletions.
4 changes: 1 addition & 3 deletions pokemon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</head>
<body>
<div class="container">
<div class="row">
<br/>
<br/>
<br/>
<input type="text" id="search" placeholder="Type to search" />
<label><input type="checkbox" id="casesensitive" onClick="checkFilter()">Case Sensitive Search</label>
</div>
<div class="row">
<div class="row">
<table class="table table-striped" id="table-header">
<tr><th>Number</th><th align="center">Name</th><th align="center">X Location</th><th align="center">Y Location</th><th align="center">Item Needed</th></tr>
</table>
Expand Down Expand Up @@ -2012,8 +2012,6 @@ <h3>Mountain</h3>
 </td><td>Pokemon Village - Unknown Dungeon - Interact
 </td><td></td></tr>
</table>

</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Expand Down
Loading

0 comments on commit fa9e083

Please sign in to comment.