diff options
| author | Mark Otto <[email protected]> | 2011-09-29 01:47:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-29 01:47:55 -0700 |
| commit | f54568fa31396556a0df7bf8e2b180885e2b1c3f (patch) | |
| tree | 26a27a2d2317d8071e3f60ff940a05b6b66d60c1 /bootstrap.css | |
| parent | 00204a80cf1c45cb9d7d80986756401d304a3944 (diff) | |
| download | bootstrap-f54568fa31396556a0df7bf8e2b180885e2b1c3f.tar.xz bootstrap-f54568fa31396556a0df7bf8e2b180885e2b1c3f.zip | |
round the corners on the search form inputs like a boss
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index acc05c717..6758ea7eb 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Sep 29 01:44:42 PDT 2011 + * Date: Thu Sep 29 01:47:26 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -930,6 +930,11 @@ textarea[readonly] { margin-right: 0; margin-left: -1px; } +.form-search .search-query { + -webkit-border-radius: 14px; + -moz-border-radius: 14px; + border-radius: 14px; +} .control-group { margin-bottom: 18px; } |
