Line up checkboxes
This commit is contained in:
parent
21b8364f6c
commit
20b530d489
1 changed files with 4 additions and 4 deletions
|
@ -13,23 +13,23 @@
|
|||
|
||||
<div class="container">
|
||||
<div>
|
||||
<label for="hidelikes">Hide likes?</label>
|
||||
<input type="checkbox" name="hidelikes" id="hideLikes">
|
||||
<label for="hidelikes">Hide likes?</label>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<label for="hidereplies">Hide replies?</label>
|
||||
<input type="checkbox" name="hidereplies" id="hideReplies">
|
||||
<label for="hidereplies">Hide replies?</label>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<label for="hideretweets">Hide re-tweets?</label>
|
||||
<input type="checkbox" name="hideretweets" id="hideRetweets">
|
||||
<label for="hideretweets">Hide re-tweets?</label>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<label for="hideretweets">Hide follower counts?</label>
|
||||
<input type="checkbox" name="hidefollowers" id="hideFollowers">
|
||||
<label for="hideretweets">Hide follower counts?</label>
|
||||
</div>
|
||||
|
||||
<div class="row" id="savedChanges" style="display: none">
|
||||
|
|
Loading…
Add table
Reference in a new issue