aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:20:56 -0800
committerMark Otto <[email protected]>2012-01-07 04:20:56 -0800
commitb6d50c892d6ae8ed42ff0bfbba4252c7dc47417e (patch)
tree4f25a2e606c8ada97e62ad3b7ffa2645c10b7ad4 /bootstrap.css
parente594107f37ede1ea8bee05d8f4b22aeba89bf458 (diff)
downloadbootstrap-b6d50c892d6ae8ed42ff0bfbba4252c7dc47417e.tar.xz
bootstrap-b6d50c892d6ae8ed42ff0bfbba4252c7dc47417e.zip
scope close icon in modal to modal-header to allow alerts in modals to use close icons
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 0b6a41118..54c1b0651 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: Sat Jan 7 04:15:19 PST 2012
+ * Date: Sat Jan 7 04:20:37 PST 2012
*/
html, body {
margin: 0;
@@ -2255,9 +2255,6 @@ i {
-moz-background-clip: padding-box;
background-clip: padding-box;
}
-.modal .close {
- margin-top: 7px;
-}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
@@ -2273,6 +2270,9 @@ i {
padding: 5px 15px;
border-bottom: 1px solid #eee;
}
+.modal-header .close {
+ margin-top: 7px;
+}
.modal-body {
padding: 15px;
}