Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
fix append and prepend padding
Browse files Browse the repository at this point in the history
  • Loading branch information
imperavi committed Jan 28, 2014
1 parent 4b7c16a commit 305a38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/kube.css
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ input[type="search"] {
background-color: #eee;
border: 1px solid #ccc;
margin: 0;
padding: .5em;
padding: 7px 5px 6px 5px;
color: #333333;
font-size: 1em;
line-height: 1;
Expand Down
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ input[type="search"] {
background-color: #eee;
border: 1px solid #ccc;
margin: 0;
padding: .5em;
padding: 7px 5px 6px 5px;
color: @colorBody;
font-size: 1em;
line-height: 1;
Expand Down

0 comments on commit 305a38f

Please sign in to comment.