diff options
| author | Mark Otto <[email protected]> | 2012-01-08 23:14:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 23:14:07 -0800 |
| commit | 5032ef9b54b92443f1dbaa2594468dcd84b6bd9e (patch) | |
| tree | 91abf6d682d9a16a653123418097f5be57e70d69 /bootstrap.css | |
| parent | 83c0896999c91f4d85bb75434f4a4ecfaff07fe0 (diff) | |
| download | bootstrap-5032ef9b54b92443f1dbaa2594468dcd84b6bd9e.tar.xz bootstrap-5032ef9b54b92443f1dbaa2594468dcd84b6bd9e.zip | |
remove static popovers, modals, and twipsies from components in favor of full javascript page
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index b859657ef..81ae2e6c4 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 19:32:37 PST 2012 + * Date: Sun Jan 8 21:54:13 PST 2012 */ html, body { margin: 0; @@ -1577,6 +1577,7 @@ i { filter: alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; + cursor: pointer; } .navbar { overflow: visible; |
