diff options
| author | Mark Otto <[email protected]> | 2012-01-08 21:48:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 21:48:07 -0800 |
| commit | 83c0896999c91f4d85bb75434f4a4ecfaff07fe0 (patch) | |
| tree | 621419a0ef73327a62ec4d168dc761351438b5a6 /bootstrap.css | |
| parent | eaa8220d70f84a710c9dfa1bd49a7c35bcab1a3b (diff) | |
| download | bootstrap-83c0896999c91f4d85bb75434f4a4ecfaff07fe0.tar.xz bootstrap-83c0896999c91f4d85bb75434f4a4ecfaff07fe0.zip | |
updated js pages to put examples first
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index 5fa1067a0..b859657ef 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: Sun Jan 8 15:38:44 PST 2012 + * Date: Sun Jan 8 19:32:37 PST 2012 */ html, body { margin: 0; @@ -2525,9 +2525,9 @@ i { padding: 9px 14px 9px; font-size: 15px; line-height: normal; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } .btn.small { padding: 7px 9px 7px; |
