diff options
| author | Mark Otto <[email protected]> | 2012-01-26 15:04:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 15:04:36 -0800 |
| commit | 95356ee0622561b67327b3880bcdc3c5df97cf40 (patch) | |
| tree | f7790fb265fb06616bebabbde94004f01b99086e /bootstrap.css | |
| parent | 32e57efd1f21c368885ebe8b57ade4963466e42d (diff) | |
| download | bootstrap-95356ee0622561b67327b3880bcdc3c5df97cf40.tar.xz bootstrap-95356ee0622561b67327b3880bcdc3c5df97cf40.zip | |
make css after merge
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index f3ea6d0b9..89a9303eb 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 Jan 26 14:52:24 PST 2012 + * Date: Thu Jan 26 15:04:19 PST 2012 */ article, aside, @@ -2514,6 +2514,9 @@ table .span12 { -moz-border-radius: 5px; border-radius: 5px; } +.btn.large .icon { + margin-top: 1px; +} .btn.small { padding: 7px 9px 7px; font-size: 11px; |
