Skip to content

Commit

Permalink
Remove whitespace, so button fits to input field
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Apr 25, 2012
1 parent f60d3dc commit 79ba681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions searchform.php
Expand Up @@ -11,8 +11,8 @@
<form method="get" id="searchform" class="form-search" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label for="s" class="assistive-text hidden"><?php _e( 'Search', 'the-bootstrap' ); ?></label>
<div class="input-append">
<input type="search" placeholder="<?php esc_attr_e( 'Search', 'the-bootstrap' ); ?>" id="s" name="s" class="span2">
<button class="btn btn-primary" name="submit" id="searchsubmit" type="submit"><?php _e( 'Go', 'the-bootstrap' ); ?></button>
<input type="search" placeholder="<?php esc_attr_e( 'Search', 'the-bootstrap' ); ?>" id="s" name="s" class="span2"><!--
--><button class="btn btn-primary" name="submit" id="searchsubmit" type="submit"><?php _e( 'Go', 'the-bootstrap' ); ?></button>
</div>
</form>
<?php
Expand Down
4 changes: 0 additions & 4 deletions style.css
Expand Up @@ -159,10 +159,6 @@ article.page {
margin: 0;
}

.input-append .btn {
margin-left: -4px;
}

.the-bootstrap-image-meta dt,
.the-bootstrap-image-meta dd {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79ba681

Please sign in to comment.