2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix up the modals for ie8

This commit is contained in:
Jacob Thornton
2011-08-21 13:36:06 -07:00
parent 0ca33aa1ba
commit 22dbf9d8e4
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -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 Aug 21 13:27:14 PDT 2011
* Date: Sun Aug 21 13:35:51 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).
@@ -1613,7 +1613,7 @@ div.modal {
width: 560px;
margin: -280px 0 0 -250px;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.3);
border: 1px solid #555;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
@@ -1768,7 +1768,7 @@ div.twipsy .twipsy-arrow {
height: 0;
}
.popover .inner {
background: rgba(0, 0, 0, 0.8);
background: #333;
padding: 3px;
overflow: hidden;
width: 280px;